diff options
author | james <> | 2011-02-28 18:11:10 +0000 |
---|---|---|
committer | james <> | 2011-02-28 18:11:10 +0000 |
commit | 9a219228a74b32f3b3202609a155d8f22ba47da8 (patch) | |
tree | 3b7f0a43c36dfbeb4d830add2a2321f976da5016 /apps/usage.c | |
parent | 3e5a64c4c299dc50b007ba73debbee5f4b634577 (diff) | |
download | sympathy-9a219228a74b32f3b3202609a155d8f22ba47da8.tar.gz sympathy-9a219228a74b32f3b3202609a155d8f22ba47da8.tar.bz2 sympathy-9a219228a74b32f3b3202609a155d8f22ba47da8.zip |
*** empty log message ***
Diffstat (limited to 'apps/usage.c')
-rw-r--r-- | apps/usage.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/usage.c b/apps/usage.c index 032f9a6..f29d9cd 100644 --- a/apps/usage.c +++ b/apps/usage.c @@ -11,6 +11,9 @@ static char rcsid[] = /* * $Log$ + * Revision 1.28 2011/02/28 18:11:10 james + * *** empty log message *** + * * Revision 1.27 2008/05/09 12:35:57 james * *** empty log message *** * @@ -166,8 +169,9 @@ usage (void) " -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"); - + " for escapes\n" + " -B log the raw data to the log file, rather than running it\n" + " thru the parity error, unicode, and vt102 parsers\n" ); exit (1); } |