aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/md5sum.c
diff options
context:
space:
mode:
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 fbad784a..80f45a0e 100644
--- a/toys/lsb/md5sum.c
+++ b/toys/lsb/md5sum.c
@@ -29,7 +29,7 @@ config MD5SUM
Calculate md5 hash for each input file, reading from stdin if none.
Output one hash (32 hex digits) for each input file, followed by filename.
- -b brief (hash only, no filename)
+ -b Brief (hash only, no filename)
-c Check each line of FILE is the same hash+filename we'd output
config SHA1SUM
@@ -42,7 +42,7 @@ config SHA1SUM
one hash (40 hex digits for sha1, 56 for sha224, 64 for sha256, 96 for sha384,
and 128 for sha512) for each input file, followed by filename.
- -b brief (hash only, no filename)
+ -b Brief (hash only, no filename)
-c Check each line of FILE is the same hash+filename we'd output
config SHA224SUM