mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
tweak to config wording, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
bcbd37df24
commit
2207cd6e14
@ -12,7 +12,7 @@ config FIND
|
|||||||
find is used to search your system to find specified files.
|
find is used to search your system to find specified files.
|
||||||
|
|
||||||
config FEATURE_FIND_PRINT0
|
config FEATURE_FIND_PRINT0
|
||||||
bool "Enable -print0: NUL-separated output"
|
bool "Enable -print0: NUL-terminated output"
|
||||||
default y
|
default y
|
||||||
depends on FIND
|
depends on FIND
|
||||||
help
|
help
|
||||||
@ -235,7 +235,7 @@ config FEATURE_XARGS_SUPPORT_TERMOPT
|
|||||||
is exceeded.
|
is exceeded.
|
||||||
|
|
||||||
config FEATURE_XARGS_SUPPORT_ZERO_TERM
|
config FEATURE_XARGS_SUPPORT_ZERO_TERM
|
||||||
bool "Enable -0: null terminated input"
|
bool "Enable -0: NUL-terminated input"
|
||||||
default n
|
default n
|
||||||
depends on XARGS
|
depends on XARGS
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user