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, 13 insertions, 6 deletions
diff --git a/apps/usage.c b/apps/usage.c
index bd15912..b0a91d4 100644
--- a/apps/usage.c
+++ b/apps/usage.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.20 2008/03/06 17:21:41 james
+ * *** empty log message ***
+ *
* Revision 1.19 2008/03/03 06:04:42 james
* *** empty log message ***
*
@@ -78,13 +81,13 @@ usage (void)
fprintf (stderr, "Usage:\n"
"sympathy -t [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-w WxH]\n"
- " [-F] [-P pidfile] [-u]\n"
+ " [-F] [-P pidfile] [-u] [-N]\n"
"sympathy -s [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-w WxH]\n"
- " [-F] [-P pidfile] [-n hlines] [-k skt]\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"
+ " [-F] [-P pidfile] [-u] [-N] [-n hlines] [-k skt]\n"
+ "sympathy -c [-H] [-I string ] [-u] [-N] -k skt\n"
+ "sympathy -r id [-H] [-I string ] [-u] [-N]\n"
"sympathy {-l|-ls}\n"
"sympathy -v\n"
"sympathy -h\n"
@@ -131,7 +134,11 @@ usage (void)
" -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");
+ " 0<H<24, default 80 by 24\n"
+ " -N provide dumb terminal emulation on stdin/stdout instead of\n"
+ " redering the display, for use with expect(1)\n"
+ " -I string inject string into terminal then quit (see man page\n"
+ " for escapes\n");
exit (1);