diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-11-27 15:55:46 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-11-27 15:55:46 +0100 |
commit | dc68a5ddac23e34fe00299d55501043bd83ae817 (patch) | |
tree | f22acfbb2c240a811bdfd2f8d4d6f8441bf7264a | |
parent | cdab3c4fac76bcf941e55e309b061ac97925f9b0 (diff) | |
download | busybox-w32-dc68a5ddac23e34fe00299d55501043bd83ae817.tar.gz busybox-w32-dc68a5ddac23e34fe00299d55501043bd83ae817.tar.bz2 busybox-w32-dc68a5ddac23e34fe00299d55501043bd83ae817.zip |
sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECK
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | coreutils/md5_sha1_sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index ba26c985a..4efa23061 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
@@ -117,8 +117,8 @@ | |||
117 | //usage: "\n -c Check sums against list in FILEs" | 117 | //usage: "\n -c Check sums against list in FILEs" |
118 | //usage: "\n -s Don't output anything, status code shows success" | 118 | //usage: "\n -s Don't output anything, status code shows success" |
119 | //usage: "\n -w Warn about improperly formatted checksum lines" | 119 | //usage: "\n -w Warn about improperly formatted checksum lines" |
120 | //usage: "\n -a BITS 224 (default), 256, 384, 512" | ||
121 | //usage: ) | 120 | //usage: ) |
121 | //usage: "\n -a BITS 224 (default), 256, 384, 512" | ||
122 | 122 | ||
123 | //FIXME: GNU coreutils 8.25 has no -s option, it has only these two long opts: | 123 | //FIXME: GNU coreutils 8.25 has no -s option, it has only these two long opts: |
124 | // --quiet don't print OK for each successfully verified file | 124 | // --quiet don't print OK for each successfully verified file |