summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-08 20:41:35 +0000
committerobrien <obrien@FreeBSD.org>2000-11-08 20:41:35 +0000
commita52e06db8ba5c04c27bf4e2338e7e06358cdeec2 (patch)
treefb1f860df3fb97e287aa61c76348de086ab661ed /sbin
parente9a27b9db9b29650c143778b6182db1cacdb5f9a (diff)
downloadFreeBSD-src-a52e06db8ba5c04c27bf4e2338e7e06358cdeec2.zip
FreeBSD-src-a52e06db8ba5c04c27bf4e2338e7e06358cdeec2.tar.gz
Update usage().
Submitted by: nectar
Diffstat (limited to 'sbin')
-rw-r--r--sbin/md5/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 9a764b1..1a803ed 100644
--- a/sbin/md5/md5.c
+++ b/sbin/md5/md5.c
@@ -214,6 +214,6 @@ static void
usage()
{
- fprintf(stderr, "usage: md5 [-ptx] [-s string] [files ...]\n");
+ fprintf(stderr, "usage: md5 [-pqrtx] [-s string] [files ...]\n");
exit(1);
}
OpenPOWER on IntegriCloud