From 12f95a61c55216d5225b28769ee735786558fcb9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 25 Dec 2006 09:43:51 +0000 Subject: Improve option help for --gravity --- examples/renderdemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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, -- cgit v1.2.1