From: Denys Vlasenko Date: Thu, 8 Mar 2018 11:47:13 +0000 (+0100) Subject: md5sum: use config help text similar to other "sum" tools X-Git-Tag: 1_29_0~203 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=694bc0634587e2535567c1732a372ec79ba0e0c7;p=oweals%2Fbusybox.git md5sum: use config help text similar to other "sum" tools Signed-off-by: Denys Vlasenko --- 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)"