aboutsummaryrefslogtreecommitdiffstats
path: root/apps/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/usage.c')
-rw-r--r--apps/usage.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/usage.c b/apps/usage.c
index 88f844a..3715916 100644
--- a/apps/usage.c
+++ b/apps/usage.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.26 2008/05/09 12:26:58 staffcvs
+ * *** empty log message ***
+ *
* Revision 1.25 2008/05/09 12:19:18 james
* *** empty log message ***
*
@@ -100,10 +103,10 @@ usage (void)
" [pty program] [pty program args]\n"
"sympathy -s [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-w WxH]\n"
" [-F] [-P pidfile] [-n hlines] [-k skt]\n"
- " [pty program] [pty program args]\n"
+ " [-S] [pty program] [pty program args]\n"
"sympathy [-s -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-w WxH]\n"
" [-F] [-P pidfile] [-u] [-N] [-n hlines] [-k skt]\n"
- " [pty program] [pty program args]\n"
+ " [-S] [pty program] [pty program args]\n"
"sympathy -c [-H] [-I string ] [-u] [-N] -k skt\n"
"sympathy -r id [-H] [-I string ] [-u] [-N]\n"
"sympathy -C -d serialdev\n"
@@ -152,6 +155,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"
" -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"