diff options
author | Stu Tomlinson <nosnilmot@pidgin.im> | 2008-03-04 16:23:07 +0000 |
---|---|---|
committer | Stu Tomlinson <nosnilmot@pidgin.im> | 2008-03-04 16:23:07 +0000 |
commit | e2da5de9fd39cf5495ad6fe541e13dbcadb85395 (patch) | |
tree | d2600d07ad22d932708f534efd743bf50c489462 /doc | |
parent | f7c2ec1ba25ab6273ced633665a4e921b6c8a6c1 (diff) | |
download | pidgin-e2da5de9fd39cf5495ad6fe541e13dbcadb85395.tar.gz |
Correct documentation in --help and man page for -l command line option.
Fixes #5076
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pidgin.1.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pidgin.1.in b/doc/pidgin.1.in index 83e74a75ce..160782b270 100644 --- a/doc/pidgin.1.in +++ b/doc/pidgin.1.in @@ -57,9 +57,9 @@ Don't automatically login when Pidgin starts. Sets the global status to \fBOffline\fR. .TP .B \-l, \-\-login[=\fINAME\fR,\fINAME\fR,...] -Sign in the comma-separated list of accounts provided, in addition to the -accounts that would be logged in anyway. If the user does not specify such a -comma-separated list, the first account in accounts.xml will be signed in. +Enable the comma-separated list of accounts provided, disabling all other +accounts. If the user does not specify such a comma-separated list, the +first account in accounts.xml will be enabled. .TP .B \-v, \-\-version Print the current version and exit. |