aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-12-08 20:11:55 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-12-08 20:11:55 +0000
commit5c0d84aaf02b621477c1d80f350fe56ed05ab585 (patch)
tree888c1da03a8d83af35c0ef7eced92fb795692c36 /coreutils
parent142abc18ce4d14d2b2671edc7baedac4275c3d03 (diff)
downloadbusybox-5c0d84aaf02b621477c1d80f350fe56ed05ab585.tar.gz
Bring usage upto date, patch by Steven Scholz
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index a388cd9e8..3fde04053 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -587,11 +587,13 @@ comment "Common options for md5sum, sha1sum"
depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
- bool " Enable -c and -w options"
+ bool " Enable -c, -s and -w options"
default n
depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
help
- Enabling the -c and -w options allows files to be checked
+ Enabling the -c options allows files to be checked
against pre-calculated hash values.
+ -s and -w are useful options when verifying checksums.
+
endmenu