summaryrefslogtreecommitdiff
path: root/clients/zwrite
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1990-03-02 10:54:53 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1990-03-02 10:54:53 +0000
commit21187ac39139f1532aa55b6c8dc1707199ccf0a1 (patch)
tree50779c1c0052f56fa10b01ea2205472940959e63 /clients/zwrite
parent9224ea544c62dfea471ae63d22cc4a088d78de85 (diff)
usage goes to stderr
add -s to 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 6990176..5140031 100644
--- a/clients/zwrite/zwrite.c
+++ b/clients/zwrite/zwrite.c
@@ -413,9 +413,11 @@ send_off(notice, real)
usage(s)
char *s;
{
- printf("Usage: %s [-a] [-o] [-d] [-v] [-q] [-n] [-t] [-u] [-l] [-p]\n\
-\t[-c class] [-i inst] [-f fsname] [-O opcode] [user ...] [-m message]\n", s);
- printf("\t-f and -c are mutually exclusive\n\
+ fprintf(stderr,
+ "Usage: %s [-a] [-o] [-d] [-v] [-q] [-n] [-t] [-u] [-l] [-p]\n\
+\t[-c class] [-i inst] [-f fsname] [-O opcode] [-s signature]\n\
+\t[user ...] [-m message]\n", s);
+ fprintf(stderr,"\t-f and -c are mutually exclusive\n\
\t-f and -i are mutually exclusive\n\
\t-p and -O are mutually exclusive\n\
\trecipients must be specified unless -c or -f specifies a class\n\