[empathy] Explain the -h option better



commit 990d6cd96616a31eaa7adc4325f86c16538c8e7f
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Thu Oct 15 11:50:37 2009 -0400

    Explain the -h option better

 src/empathy.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index f0cf6d5..c12a20b 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -819,9 +819,9 @@ main (int argc, char *argv[])
         0, G_OPTION_ARG_NONE, &no_connect,
         N_("Don't connect on startup"),
         NULL },
-      { "hide-contact-list", 'h',
+      { "start-hidden", 'h',
         0, G_OPTION_ARG_NONE, &start_hidden,
-        N_("Don't show the contact list on startup"),
+        N_("Don't display the contact list or any other dialogs on startup"),
         NULL },
       { "accounts", 'a',
         0, G_OPTION_ARG_NONE, &account_dialog_only,



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