aboutsummaryrefslogtreecommitdiffstats
path: root/apps/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/usage.c')
-rw-r--r--apps/usage.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/usage.c b/apps/usage.c
index b0a91d4..abad505 100644
--- a/apps/usage.c
+++ b/apps/usage.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.21 2008/03/06 21:34:09 james
+ * *** empty log message ***
+ *
* Revision 1.20 2008/03/06 17:21:41 james
* *** empty log message ***
*
@@ -135,10 +138,10 @@ usage (void)
" -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"
- " -N provide dumb terminal emulation on stdin/stdout instead of\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");
+ " for escapes\n");
exit (1);