[gnome-control-center] shell: Better help for panel and panel args



commit d52ff9e8b234c6a53b546ae3daeb588dc31cb2bf
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Dec 3 08:23:06 2012 +0100

    shell: Better help for panel and panel args
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669283

 shell/control-center.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/control-center.c b/shell/control-center.c
index d32d64f..fc3e576 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 */
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]