diff options
Diffstat (limited to 'apps/usage.c')
-rw-r--r-- | apps/usage.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/usage.c b/apps/usage.c index 3715916..032f9a6 100644 --- a/apps/usage.c +++ b/apps/usage.c @@ -6,10 +6,14 @@ * */ -static char rcsid[] = "$Id$"; +static char rcsid[] = + "$Id$"; /* * $Log$ + * Revision 1.27 2008/05/09 12:35:57 james + * *** empty log message *** + * * Revision 1.26 2008/05/09 12:26:58 staffcvs * *** empty log message *** * @@ -127,7 +131,7 @@ usage (void) " ~/.sympathy/id or ~/.sympathy/hostname.id if id is an\n" " integer\n" " -l or -ls list active sockets in ~/.sympathy\n" - " -C clear inactive locks\n" + " -C clear inactive locks\n" " -v show version\n" " -h show help\n" "\n" @@ -155,7 +159,7 @@ usage (void) " server, that are replayed on connexion\n" " -P pidfile write the pid of the server/terminal process to pidfile\n" " -R rotate logile specified with -L option\n" - " -S log errors to syslog\n" + " -S log errors to syslog\n" " -u don't emit utf-8 try to use ISO-2202 to the local terminal\n" " -w W[xH] start session with a screen of size W by H. 0<W<=132,\n" " 0<H<24, default 80 by 24\n" |