svn commit: r235307 - stable/7/sbin/md5

Eitan Adler eadler at FreeBSD.org
Sat May 12 00:46:39 UTC 2012


Author: eadler
Date: Sat May 12 00:46:39 2012
New Revision: 235307
URL: http://svn.freebsd.org/changeset/base/235307

Log:
  MFC r235205:
  	Document the -c option in --help output
  
  Approved by:	cperciva (implicit)

Modified:
  stable/7/sbin/md5/md5.c
Directory Properties:
  stable/7/sbin/md5/   (props changed)

Modified: stable/7/sbin/md5/md5.c
==============================================================================
--- stable/7/sbin/md5/md5.c	Sat May 12 00:44:18 2012	(r235306)
+++ stable/7/sbin/md5/md5.c	Sat May 12 00:46:39 2012	(r235307)
@@ -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-7 mailing list