diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-08 20:11:55 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-08 20:11:55 +0000 |
commit | 80d212997acb92cd9a2e360bc09e64c5e21ee87a (patch) | |
tree | 888c1da03a8d83af35c0ef7eced92fb795692c36 | |
parent | 7f9a064d23cfef795a73872f467a9b65d4f85993 (diff) | |
download | busybox-w32-80d212997acb92cd9a2e360bc09e64c5e21ee87a.tar.gz busybox-w32-80d212997acb92cd9a2e360bc09e64c5e21ee87a.tar.bz2 busybox-w32-80d212997acb92cd9a2e360bc09e64c5e21ee87a.zip |
Bring usage upto date, patch by Steven Scholz
git-svn-id: svn://busybox.net/trunk/busybox@8056 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | coreutils/Config.in | 6 |
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" | |||
587 | depends on CONFIG_MD5SUM || CONFIG_SHA1SUM | 587 | depends on CONFIG_MD5SUM || CONFIG_SHA1SUM |
588 | 588 | ||
589 | config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK | 589 | config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK |
590 | bool " Enable -c and -w options" | 590 | bool " Enable -c, -s and -w options" |
591 | default n | 591 | default n |
592 | depends on CONFIG_MD5SUM || CONFIG_SHA1SUM | 592 | depends on CONFIG_MD5SUM || CONFIG_SHA1SUM |
593 | help | 593 | help |
594 | Enabling the -c and -w options allows files to be checked | 594 | Enabling the -c options allows files to be checked |
595 | against pre-calculated hash values. | 595 | against pre-calculated hash values. |
596 | 596 | ||
597 | -s and -w are useful options when verifying checksums. | ||
598 | |||
597 | endmenu | 599 | endmenu |