>Number: 167463 >Category: bin >Synopsis: [PATCH] (src/HEAD) sbin/md5 - Add "-c string" to usage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 20:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 10-CURRENT i386 >Organization: >Environment:
>Description: `md5 --help` does not document '-c string'. man.1 does document this. Patch adds to `md5 --help`. >How-To-Repeat: >Fix: --- sbin-md5.patch.txt begins here --- diff --git sbin/md5/md5.c sbin/md5/md5.c index 2e0a0d0..29d50bb 100644 --- sbin/md5/md5.c +++ sbin/md5/md5.c @@ -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); } --- sbin-md5.patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"