summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-12-25 09:43:51 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-12-25 09:43:51 +0000
commit12f95a61c55216d5225b28769ee735786558fcb9 (patch)
tree65fefae2567596ad283794f5881ca97ec97d6e82 /examples
parent856f7cec6ef16a1624c48e58e0e43520978b9745 (diff)
downloadpango-12f95a61c55216d5225b28769ee735786558fcb9.tar.gz
Improve option help for --gravity
Diffstat (limited to 'examples')
-rw-r--r--examples/renderdemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/renderdemo.c b/examples/renderdemo.c
index f3c61f35..4c0912bc 100644
--- a/examples/renderdemo.c
+++ b/examples/renderdemo.c
@@ -588,7 +588,7 @@ parse_options (int argc, char *argv[])
{"font", 0, 0, G_OPTION_ARG_STRING, &opt_font,
"Set the font description", "description"},
{"gravity", 0, 0, G_OPTION_ARG_CALLBACK, &parse_gravity,
- "Gravity", "south/east/north/west/auto"},
+ "Gravity: glyph rotation", "south/east/north/west/auto"},
{"header", 0, 0, G_OPTION_ARG_NONE, &opt_header,
"Display the options in the output", NULL},
{"hinting", 0, 0, G_OPTION_ARG_CALLBACK, &parse_hinting,