summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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