projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
142abc1
)
Bring usage upto date, patch by Steven Scholz
author
Glenn L McGrath
<bug1@ihug.co.nz>
Mon, 8 Dec 2003 20:11:55 +0000
(20:11 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Mon, 8 Dec 2003 20:11:55 +0000
(20:11 -0000)
coreutils/Config.in
patch
|
blob
|
history
diff --git
a/coreutils/Config.in
b/coreutils/Config.in
index a388cd9e8eed9078e2d5ebd52494a37bbf78f971..3fde04053c2eeb5ab76f5d5937a5044d420b0556 100644
(file)
--- 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