From d52ff9e8b234c6a53b546ae3daeb588dc31cb2bf Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 3 Dec 2012 08:23:06 +0100 Subject: [PATCH] shell: Better help for panel and panel args https://bugzilla.gnome.org/show_bug.cgi?id=669283 --- shell/control-center.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/control-center.c b/shell/control-center.c index d32d64fea..fc3e57600 100644 --- a/shell/control-center.c +++ b/shell/control-center.c @@ -61,7 +61,7 @@ const GOptionEntry all_options[] = { { "help", 'h', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &show_help, N_("Show help options"), NULL }, { "help-all", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &show_help_all, N_("Show help options"), NULL }, { "help-gtk", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &show_help_gtk, N_("Show help options"), NULL }, - { G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &start_panels, N_("Panel to display"), NULL }, + { G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &start_panels, N_("Panel to display"), N_("[PANEL] [ARGUMENT…]") }, { NULL, 0, 0, 0, NULL, NULL, NULL } /* end the list */ };