diff options
author | Denys Vlasenko | 2018-03-08 12:47:13 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-03-08 12:49:39 +0100 |
commit | 694bc0634587e2535567c1732a372ec79ba0e0c7 (patch) | |
tree | ea400d826d16e087a788f887a2c8f15c6c0b99b7 | |
parent | a2cae937d026d70f5014b95498b08251f73d39eb (diff) | |
download | busybox-694bc0634587e2535567c1732a372ec79ba0e0c7.zip busybox-694bc0634587e2535567c1732a372ec79ba0e0c7.tar.gz |
md5sum: use config help text similar to other "sum" tools
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 ccdfd68..8711451 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)" |