]> git.0d.be Git - empathy.git/commitdiff
Explain the -h option better
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 15 Oct 2009 15:50:37 +0000 (11:50 -0400)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 19 Oct 2009 10:03:06 +0000 (11:03 +0100)
src/empathy.c

index f0cf6d53bb962e18dbbaf37b28e9cbd248dcc17c..c12a20bd54f0c07769234a170b84d1dd8ebc0035 100644 (file)
@@ -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,