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);
 }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to