diff options
author | Denys Vlasenko | 2016-08-29 15:20:15 +0200 |
---|---|---|
committer | Denys Vlasenko | 2016-08-29 15:20:15 +0200 |
commit | d811aaa43c20c6f31d8d22c978a06120799dfc70 (patch) | |
tree | 13a63dcfd1d59bae7f24c8328226c68a683611f9 /coreutils | |
parent | 71a090f1871f165ebf3c31f733b36aafca71a6b4 (diff) | |
download | busybox-d811aaa43c20c6f31d8d22c978a06120799dfc70.zip busybox-d811aaa43c20c6f31d8d22c978a06120799dfc70.tar.gz |
sha3sum: fix config text (it's no longer only 512-bit)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-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 5e017b1..783f440 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c @@ -33,7 +33,7 @@ //config: bool "sha3sum" //config: default y //config: help -//config: Compute and check SHA3 (512-bit) message digest +//config: Compute and check SHA3 message digest //config: //config:comment "Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum" //config: depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM |