]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
md5sum, sha*sum: improve help for --check related options
authorPádraig Brady <P@draigBrady.com>
Fri, 1 Nov 2013 10:20:23 +0000 (10:20 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 1 Nov 2013 22:39:34 +0000 (22:39 +0000)
* 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

THANKS.in
src/md5sum.c

index 9cc15c5f40c6cc69b8d6d461a5c04cf828c289c9..891b376e01acbf391d0ed7f6cf9d41cc4eaf7a6f 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -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
index bf7eb81a6079051c79e683e624b5d3de1cf1013c..ee2bbb781a4f32dc9d66b69880a47e95fd927a80 100644 (file)
@@ -194,14 +194,12 @@ 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);