svn commit: r235205 - head/sbin/md5

Eitan Adler eadler at FreeBSD.org
Wed May 9 17:32:11 UTC 2012


Author: eadler
Date: Wed May  9 17:32:10 2012
New Revision: 235205
URL: http://svn.freebsd.org/changeset/base/235205

Log:
  Document the -c option in --help output
  
  PR:		bin/167463
  Submitted by:	"Bryan Drewery" <bryan at shatow.net>
  Approved by:	cperciva
  MFC after:	3 days

Modified:
  head/sbin/md5/md5.c

Modified: head/sbin/md5/md5.c
==============================================================================
--- head/sbin/md5/md5.c	Wed May  9 17:30:44 2012	(r235204)
+++ head/sbin/md5/md5.c	Wed May  9 17:32:10 2012	(r235205)
@@ -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-head mailing list