aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjames <>2008-03-06 17:21:41 +0000
committerjames <>2008-03-06 17:21:41 +0000
commit9d7972be8f555a5ece9a8e7b1b6275a9d7c0b212 (patch)
tree7410a8d10e480214213ab74c62ab1d059fa878f5 /apps
parent6fb644311ee9bf169a12bb9b2d9b081c16fc08f0 (diff)
downloadsympathy-9d7972be8f555a5ece9a8e7b1b6275a9d7c0b212.tar.gz
sympathy-9d7972be8f555a5ece9a8e7b1b6275a9d7c0b212.tar.bz2
sympathy-9d7972be8f555a5ece9a8e7b1b6275a9d7c0b212.zip
*** empty log message ***
Diffstat (limited to 'apps')
-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);