diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 9a764b120bee..1a803ed69f37 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); }