summaryrefslogtreecommitdiff
path: root/clients/zwrite
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1988-09-09 08:26:03 +0000
committerGravatar Richard Basch <probe@mit.edu>1988-09-09 08:26:03 +0000
commit34b8fe9b0e5a15f86d426a2d58a795880984e507 (patch)
treee03523f592a189f5d2faf17b9139d6080132a939 /clients/zwrite
parentac79e15c4132b4bb35a076b282d4ffd53718c0c7 (diff)
Fixes usage message
Diffstat (limited to 'clients/zwrite')
-rw-r--r--clients/zwrite/zwrite.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/clients/zwrite/zwrite.c b/clients/zwrite/zwrite.c
index 151aba8..8823c6d 100644
--- a/clients/zwrite/zwrite.c
+++ b/clients/zwrite/zwrite.c
@@ -6,7 +6,7 @@
* $Source$
* $Author$
*
- * Copyright (c) 1987 by the Massachusetts Institute of Technology.
+ * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
@@ -336,8 +336,10 @@ send_off(notice, real)
usage(s)
char *s;
{
- printf("Usage: %s [-a] [-d] [-v] [-q] [-u] [-o] [-c class] [-i inst] [-f fsname]\n\t[user ...] [-m message]\n", s);
- printf("\t-f and -c are mutually exclusive\n\t-f and -i are mutually exclusive\n");
+ printf("Usage: %s [-a] [-o] [-d] [-v] [-q] [-n] [-t] [-u]\n\
+\t[-c class] [-i inst] [-f fsname] [user ...] [-m message]\n", s);
+ printf("\t-f and -c are mutually exclusive\n\
+\t-f and -i are mutually exclusive\n");
exit(1);
}