diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-10-15 23:50:37 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-10-19 18:03:06 +0800 |
commit | 990d6cd96616a31eaa7adc4325f86c16538c8e7f (patch) | |
tree | 1cf19e2a6e1c8a12712865021e359c0077165161 | |
parent | a7439d664bed1547019591dee97b4ed5fa09f434 (diff) | |
download | gsoc2013-empathy-990d6cd96616a31eaa7adc4325f86c16538c8e7f.tar gsoc2013-empathy-990d6cd96616a31eaa7adc4325f86c16538c8e7f.tar.gz gsoc2013-empathy-990d6cd96616a31eaa7adc4325f86c16538c8e7f.tar.bz2 gsoc2013-empathy-990d6cd96616a31eaa7adc4325f86c16538c8e7f.tar.lz gsoc2013-empathy-990d6cd96616a31eaa7adc4325f86c16538c8e7f.tar.xz gsoc2013-empathy-990d6cd96616a31eaa7adc4325f86c16538c8e7f.tar.zst gsoc2013-empathy-990d6cd96616a31eaa7adc4325f86c16538c8e7f.zip |
Explain the -h option better
-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, |