aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/md5sum.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-05-25 17:56:11 -0700
committerRob Landley <rob@landley.net>2017-05-26 02:01:57 -0500
commiteb7e847adcecf11cd8fd99077ba3a582abe60146 (patch)
treedbd4676b2b1b2d072cead3beefa52de3a081e820 /toys/lsb/md5sum.c
parent8ab2d8a3fc7be48f327037c477bd58d038ea13b5 (diff)
downloadtoybox-eb7e847adcecf11cd8fd99077ba3a582abe60146.tar.gz
Be more consistent about periods in help text.
Diffstat (limited to 'toys/lsb/md5sum.c')
-rw-r--r--toys/lsb/md5sum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/lsb/md5sum.c b/toys/lsb/md5sum.c
index 9efdc872..fbad784a 100644
--- a/toys/lsb/md5sum.c
+++ b/toys/lsb/md5sum.c
@@ -30,7 +30,7 @@ config MD5SUM
Output one hash (32 hex digits) for each input file, followed by filename.
-b brief (hash only, no filename)
- -c Check each line of FILE is the same hash+filename we'd output.
+ -c Check each line of FILE is the same hash+filename we'd output
config SHA1SUM
bool "sha1sum"
@@ -43,7 +43,7 @@ config SHA1SUM
and 128 for sha512) for each input file, followed by filename.
-b brief (hash only, no filename)
- -c Check each line of FILE is the same hash+filename we'd output.
+ -c Check each line of FILE is the same hash+filename we'd output
config SHA224SUM
bool "sha224sum"