From cf0badf09886267ade9fe201f5138a65ede47f7a Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Wed, 9 May 2012 17:32:10 +0000 Subject: [PATCH] Document the -c option in --help output PR: bin/167463 Submitted by: "Bryan Drewery" Approved by: cperciva MFC after: 3 days --- sbin/md5/md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 2e0a0d09f33..29d50bb708f 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -372,6 +372,6 @@ static void usage(Algorithm_t *alg) { - fprintf(stderr, "usage: %s [-pqrtx] [-s string] [files ...]\n", alg->progname); + fprintf(stderr, "usage: %s [-pqrtx] [-c string] [-s string] [files ...]\n", alg->progname); exit(1); }