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

Reply via email to