From 96cc1902f8b9a6f36d79f2ec095a126473449f08 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 9 May 2012 17:32:10 +0000 Subject: 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(-) (limited to 'sbin/md5') diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 2e0a0d0..29d50bb 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); } -- cgit v1.1