[git commit] sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECK

Denys Vlasenko vda.linux at googlemail.com
Fri Nov 27 14:55:46 UTC 2020


commit: https://git.busybox.net/busybox/commit/?id=dc68a5ddac23e34fe00299d55501043bd83ae817
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/md5_sha1_sum.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
 //usage:     "\n	-c	Check sums against list in FILEs"
 //usage:     "\n	-s	Don't output anything, status code shows success"
 //usage:     "\n	-w	Warn about improperly formatted checksum lines"
-//usage:     "\n	-a BITS	224 (default), 256, 384, 512"
 //usage:	)
+//usage:     "\n	-a BITS	224 (default), 256, 384, 512"
 
 //FIXME: GNU coreutils 8.25 has no -s option, it has only these two long opts:
 // --quiet   don't print OK for each successfully verified file


More information about the busybox-cvs mailing list