aboutsummaryrefslogtreecommitdiff
path: root/coreutils/md5_sha1_sum.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-03-08 12:47:13 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-03-08 12:49:39 +0100
commit694bc0634587e2535567c1732a372ec79ba0e0c7 (patch)
treeea400d826d16e087a788f887a2c8f15c6c0b99b7 /coreutils/md5_sha1_sum.c
parenta2cae937d026d70f5014b95498b08251f73d39eb (diff)
downloadbusybox-694bc0634587e2535567c1732a372ec79ba0e0c7.tar.gz
md5sum: use config help text similar to other "sum" tools
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/md5_sha1_sum.c')
-rw-r--r--coreutils/md5_sha1_sum.c2
1 files changed, 1 insertions, 1 deletions
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)"