diff options
author | eadler <eadler@FreeBSD.org> | 2012-05-09 17:32:10 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-05-09 17:32:10 +0000 |
commit | 96cc1902f8b9a6f36d79f2ec095a126473449f08 (patch) | |
tree | 52f36d0495c0b66d959c703dcb3a4fc9c860af21 /sbin/md5 | |
parent | bcf9dd59e8f1bdc0d8661b4193931597b3e58356 (diff) | |
download | FreeBSD-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.c | 2 |
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); } |