diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-03-08 12:47:13 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-03-08 12:49:39 +0100 |
commit | 694bc0634587e2535567c1732a372ec79ba0e0c7 (patch) | |
tree | ea400d826d16e087a788f887a2c8f15c6c0b99b7 /coreutils/md5_sha1_sum.c | |
parent | a2cae937d026d70f5014b95498b08251f73d39eb (diff) | |
download | busybox-w32-694bc0634587e2535567c1732a372ec79ba0e0c7.tar.gz busybox-w32-694bc0634587e2535567c1732a372ec79ba0e0c7.tar.bz2 busybox-w32-694bc0634587e2535567c1732a372ec79ba0e0c7.zip |
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.c | 2 |
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 @@ | |||
9 | //config: bool "md5sum (6.8 kb)" | 9 | //config: bool "md5sum (6.8 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: md5sum is used to print or check MD5 checksums. | 12 | //config: Compute and check MD5 message digest |
13 | //config: | 13 | //config: |
14 | //config:config SHA1SUM | 14 | //config:config SHA1SUM |
15 | //config: bool "sha1sum (6 kb)" | 15 | //config: bool "sha1sum (6 kb)" |