svn commit: r235308 - stable/8/sbin/md5

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


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

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

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

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