Date: Mon, 30 Apr 2012 15:22:18 -0500 From: "Bryan Drewery" <bryan@shatow.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/167463: [PATCH] (src/HEAD) sbin/md5 - Add "-c string" to usage Message-ID: <20120430202221.D900C106566B@hub.freebsd.org> Resent-Message-ID: <201204302030.q3UKUAsv081791@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120430202221.D900C106566B>