svn commit: r235309 - stable/9/sbin/md5
Eitan Adler
eadler at FreeBSD.org
Sat May 12 00:47:21 UTC 2012
Author: eadler
Date: Sat May 12 00:47:21 2012
New Revision: 235309
URL: http://svn.freebsd.org/changeset/base/235309
Log:
MFC r235205:
Document the -c option in --help output
Approved by: cperciva (implicit)
Modified:
stable/9/sbin/md5/md5.c
Directory Properties:
stable/9/sbin/md5/ (props changed)
Modified: stable/9/sbin/md5/md5.c
==============================================================================
--- stable/9/sbin/md5/md5.c Sat May 12 00:46:59 2012 (r235308)
+++ stable/9/sbin/md5/md5.c Sat May 12 00:47:21 2012 (r235309)
@@ -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);
}
More information about the svn-src-stable-9
mailing list