diff options
author | peter <peter@FreeBSD.org> | 1998-08-04 13:09:38 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-08-04 13:09:38 +0000 |
commit | 7b0b9a733e2c4d6ef8ab49075c6c8e1a4c832dee (patch) | |
tree | 1f2af5de343586e11e1b1e9e511940c481cd37b1 /contrib/sendmail | |
parent | 06f44fb6da0a08552a01a3249f96c21b0f563179 (diff) | |
download | FreeBSD-src-7b0b9a733e2c4d6ef8ab49075c6c8e1a4c832dee.zip FreeBSD-src-7b0b9a733e2c4d6ef8ab49075c6c8e1a4c832dee.tar.gz |
Copy original rev 1.2 - fix usage line to match reality.
Diffstat (limited to 'contrib/sendmail')
-rw-r--r-- | contrib/sendmail/mailstats/mailstats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/mailstats/mailstats.c b/contrib/sendmail/mailstats/mailstats.c index 9cd7cdb..2ad489f 100644 --- a/contrib/sendmail/mailstats/mailstats.c +++ b/contrib/sendmail/mailstats/mailstats.c @@ -74,7 +74,7 @@ main(argc, argv) case '?': default: usage: - fputs("usage: mailstats [-C cffile] [-f stfile] -o\n", + fputs("usage: mailstats [-o] [-C cffile] [-f stfile]\n", stderr); exit(EX_USAGE); } |