diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-12-25 09:43:51 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-12-25 09:43:51 +0000 |
commit | 12f95a61c55216d5225b28769ee735786558fcb9 (patch) | |
tree | 65fefae2567596ad283794f5881ca97ec97d6e82 | |
parent | 856f7cec6ef16a1624c48e58e0e43520978b9745 (diff) | |
download | pango-12f95a61c55216d5225b28769ee735786558fcb9.tar.gz |
Improve option help for --gravity
-rw-r--r-- | examples/renderdemo.c | 2 |
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, |