summaryrefslogtreecommitdiffstats
path: root/sbin/md5
diff options
context:
space:
mode:
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