added the names of the pages to the help strings for --show-page argument.

2007-06-18  Rodrigo Moya <rodrigo@gnome-db.org>

	* appearance-main.c: added the names of the pages to the help strings
	for --show-page argument.

svn path=/trunk/; revision=7740
This commit is contained in:
Rodrigo Moya 2007-06-18 12:29:52 +00:00 committed by Rodrigo Moya
parent a74694884b
commit baa992a9ef
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-06-18 Rodrigo Moya <rodrigo@gnome-db.org>
* appearance-main.c: added the names of the pages to the help strings
for --show-page argument.
2007-06-17 Jens Granseuer <jensgr@gmx.net>
* appearance-main.c: (main):

View file

@ -107,7 +107,7 @@ main (int argc, char **argv)
G_OPTION_FLAG_IN_MAIN,
G_OPTION_ARG_STRING,
&start_page,
N_("Specify the name of the page to show"),
N_("Specify the name of the page to show (theme|background|fonts|interface)"),
N_("page") },
{ NULL }
};