diff options
-rw-r--r-- | src/empathy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy.c b/src/empathy.c index f0cf6d53b..c12a20bd5 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, |