summaryrefslogtreecommitdiffstats
path: root/sbin/md5
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-05-09 17:32:10 +0000
committereadler <eadler@FreeBSD.org>2012-05-09 17:32:10 +0000
commit96cc1902f8b9a6f36d79f2ec095a126473449f08 (patch)
tree52f36d0495c0b66d959c703dcb3a4fc9c860af21 /sbin/md5
parentbcf9dd59e8f1bdc0d8661b4193931597b3e58356 (diff)
downloadFreeBSD-src-96cc1902f8b9a6f36d79f2ec095a126473449f08.zip
FreeBSD-src-96cc1902f8b9a6f36d79f2ec095a126473449f08.tar.gz
Document the -c option in --help output
PR: bin/167463 Submitted by: "Bryan Drewery" <bryan@shatow.net> Approved by: cperciva MFC after: 3 days
Diffstat (limited to 'sbin/md5')
-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 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);
}
OpenPOWER on IntegriCloud