From: <rl...@us...> - 2006-05-05 19:35:22
|
Revision: 16136 Author: rlaager Date: 2006-05-05 12:35:15 -0700 (Fri, 05 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16136&view=rev Log Message: ----------- SF Patch #1482398 from resiak "This patch makes the manpage at least agree with `gaim -h` and reality when it comes to command-line arguments. It still differs from reality in just about every other way." Does the -l option still work? I never use it. If it does, the information here and that from `gaim -h` is surely wrong. Modified Paths: -------------- trunk/doc/gaim.1.in Modified: trunk/doc/gaim.1.in =================================================================== --- trunk/doc/gaim.1.in 2006-05-04 17:30:40 UTC (rev 16135) +++ trunk/doc/gaim.1.in 2006-05-05 19:35:15 UTC (rev 16136) @@ -48,10 +48,15 @@ .B \-h, \-\-help Print this help and exit. .TP -.B \-n, \-\-loginwin -Don't automatically login when \fBgaim\fR starts. Show the \fBLogin\fR -window instead. +.B \-n, \-\-nologin +Don't automatically login when \fBgaim\fR starts. Sets all accounts to +Offline. .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 you do not specify such a +comma-separated list, your first account will be signed in. +.TP .B \-v, \-\-version Display the version information window. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |