From baa992a9ef3a6bd2442bcbf3437e60e3ed14a79b Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 18 Jun 2007 12:29:52 +0000 Subject: [PATCH] added the names of the pages to the help strings for --show-page argument. 2007-06-18 Rodrigo Moya * appearance-main.c: added the names of the pages to the help strings for --show-page argument. svn path=/trunk/; revision=7740 --- capplets/appearance/ChangeLog | 5 +++++ capplets/appearance/appearance-main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/capplets/appearance/ChangeLog b/capplets/appearance/ChangeLog index 5dece62fc..84cf79566 100644 --- a/capplets/appearance/ChangeLog +++ b/capplets/appearance/ChangeLog @@ -1,3 +1,8 @@ +2007-06-18 Rodrigo Moya + + * appearance-main.c: added the names of the pages to the help strings + for --show-page argument. + 2007-06-17 Jens Granseuer * appearance-main.c: (main): diff --git a/capplets/appearance/appearance-main.c b/capplets/appearance/appearance-main.c index ab3e19c1f..4f2a8d4e9 100644 --- a/capplets/appearance/appearance-main.c +++ b/capplets/appearance/appearance-main.c @@ -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 } };