aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-06-18 19:59:51 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-06-18 19:59:51 +0200
commit2207cd6e148309a00b4ee6a4b1461e7cd4818075 (patch)
treed70cdacb7115149d101e0e23969d9a8d21e09b34
parentbcbd37df2495359195b0deda7c85deacc9b3ff13 (diff)
downloadbusybox-w32-2207cd6e148309a00b4ee6a4b1461e7cd4818075.tar.gz
busybox-w32-2207cd6e148309a00b4ee6a4b1461e7cd4818075.tar.bz2
busybox-w32-2207cd6e148309a00b4ee6a4b1461e7cd4818075.zip
tweak to config wording, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--findutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 2f0e3c741..f274ad1c6 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -12,7 +12,7 @@ config FIND
12 find is used to search your system to find specified files. 12 find is used to search your system to find specified files.
13 13
14config FEATURE_FIND_PRINT0 14config FEATURE_FIND_PRINT0
15 bool "Enable -print0: NUL-separated output" 15 bool "Enable -print0: NUL-terminated output"
16 default y 16 default y
17 depends on FIND 17 depends on FIND
18 help 18 help
@@ -235,7 +235,7 @@ config FEATURE_XARGS_SUPPORT_TERMOPT
235 is exceeded. 235 is exceeded.
236 236
237config FEATURE_XARGS_SUPPORT_ZERO_TERM 237config FEATURE_XARGS_SUPPORT_ZERO_TERM
238 bool "Enable -0: null terminated input" 238 bool "Enable -0: NUL-terminated input"
239 default n 239 default n
240 depends on XARGS 240 depends on XARGS
241 help 241 help