Bring usage upto date, patch by Steven Scholz
This commit is contained in:
parent
142abc18ce
commit
5c0d84aaf0
@ -587,11 +587,13 @@ comment "Common options for md5sum, sha1sum"
|
|||||||
depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
|
depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
|
||||||
|
|
||||||
config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
|
config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
|
||||||
bool " Enable -c and -w options"
|
bool " Enable -c, -s and -w options"
|
||||||
default n
|
default n
|
||||||
depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
|
depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
|
||||||
help
|
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.
|
against pre-calculated hash values.
|
||||||
|
|
||||||
|
-s and -w are useful options when verifying checksums.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Loading…
Reference in New Issue
Block a user