summaryrefslogtreecommitdiff
path: root/clients/zwrite
diff options
context:
space:
mode:
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\