diff options
author | Pádraig Brady <P@draigBrady.com> | 2013-11-01 10:20:23 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-11-01 22:39:34 +0000 |
commit | d60e04424d12764e8f441db111f7466326cdc8e8 (patch) | |
tree | 9605b9fa66a6a14f0a7a66636e3fb773ec58c0d3 | |
parent | 4d94e65d06772c41b8ac11e8b55f749c57c18f5b (diff) | |
download | coreutils-d60e04424d12764e8f441db111f7466326cdc8e8.tar.xz |
md5sum, sha*sum: improve help for --check related options
* src/md5sum.c (usage): s/three/four/ in the message pertaining
to the --check related options. Also clarify that --strict
is just significant for the formatting of the checksum lines.
Also since we're changing both strings, move the --strict description
in with the description of the other options and order alphabetically.
* THANKS.in: Added reporter: Daniel Mach
-rw-r--r-- | THANKS.in | 1 | ||||
-rw-r--r-- | src/md5sum.c | 6 |
2 files changed, 3 insertions, 4 deletions
@@ -138,6 +138,7 @@ Dameon G. Rogers dgr03@uark.edu Dan Hagerty hag@gnu.ai.it.edu Dan Pascu dan@services.iiruc.ro Daniel Bergstrom noa@melody.se +Daniel Mach dmach@redhat.com Daniel P. Berrangé berrange@redhat.com Daniel Stavrovski d@stavrovski.net Daniel Tschinder daniel.tschinder@project-a.com diff --git a/src/md5sum.c b/src/md5sum.c index bf7eb81a6..ee2bbb781 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -194,15 +194,13 @@ With no FILE, or when FILE is -, read standard input.\n\ "), stdout); fputs (_("\ \n\ -The following three options are useful only when verifying checksums:\n\ +The following four options are useful only when verifying checksums:\n\ --quiet don't print OK for each successfully verified file\n\ --status don't output anything, status code shows success\n\ + --strict exit non-zero for improperly formatted checksum lines\n\ -w, --warn warn about improperly formatted checksum lines\n\ \n\ "), stdout); - fputs (_("\ - --strict with --check, exit non-zero for any invalid input\n\ -"), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); printf (_("\ |