aboutsummaryrefslogtreecommitdiffstats
path: root/apps/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/usage.c')
-rw-r--r--apps/usage.c19
1 files changed, 12 insertions, 7 deletions
diff --git a/apps/usage.c b/apps/usage.c
index 307511d..1aed8f0 100644
--- a/apps/usage.c
+++ b/apps/usage.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.18 2008/03/03 06:04:18 james
+ * *** empty log message ***
+ *
* Revision 1.17 2008/02/28 16:57:51 james
* *** empty log message ***
*
@@ -71,12 +74,12 @@ usage (void)
{
fprintf (stderr, "Usage:\n"
- "sympathy -t [-K] [-d serialdev|-p] [-b baud] [-f] [-L log]\n"
- " [-w WxH] [-u]\n"
- "sympathy -s [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-k skt]\n"
- " [-n hlines] [-w WxH] [-F]\n"
- "sympathy [-s -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-k skt]\n"
- " [-n hlines] [-w WxH] [-u]\n"
+ "sympathy -t [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-w WxH]\n"
+ " [-F] [-P pidfile] [-u]\n"
+ "sympathy -s [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-w WxH]\n"
+ " [-F] [-P pidfile] [-n hlines] [-k skt]\n"
+ "sympathy [-s -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-w WxH]\n"
+ " [-F] [-P pidfile] [-u] [-n hlines] [-k skt]\n"
"sympathy -c [-H] [-u] -k skt\n"
"sympathy -r id [-H] [-u]\n"
"sympathy {-l|-ls}\n"
@@ -119,8 +122,10 @@ usage (void)
" -H instead of connecting the user's terminal to the session\n"
" emit HTML of the current state of the screen on stdout\n"
" -L log log activity on the device to the file log\n"
- " -n hlines the number of lines of history to store in the\n"
+ " -n nlines the number of lines of history to store in the\n"
" 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"
" -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");