mirror of
https://git.busybox.net/busybox
synced 2026-01-26 16:17:50 +00:00
md5sum: use config help text similar to other "sum" tools
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
a2cae937d0
commit
694bc06345
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue