[git commit] md5sum: use config help text similar to other "sum" tools

Denys Vlasenko vda.linux at googlemail.com
Thu Mar 8 11:49:39 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=694bc0634587e2535567c1732a372ec79ba0e0c7
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 ccdfd6855..871145143 100644
--- a/coreutils/md5_sha1_sum.c
+++ b/coreutils/md5_sha1_sum.c
@@ -9,7 +9,7 @@
 //config:	bool "md5sum (6.8 kb)"
 //config:	default y
 //config:	help
-//config:	md5sum is used to print or check MD5 checksums.
+//config:	Compute and check MD5 message digest
 //config:
 //config:config SHA1SUM
 //config:	bool "sha1sum (6 kb)"


More information about the busybox-cvs mailing list