diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-18 19:59:51 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-18 19:59:51 +0200 |
commit | 2207cd6e148309a00b4ee6a4b1461e7cd4818075 (patch) | |
tree | d70cdacb7115149d101e0e23969d9a8d21e09b34 /findutils | |
parent | bcbd37df2495359195b0deda7c85deacc9b3ff13 (diff) | |
download | busybox-2207cd6e148309a00b4ee6a4b1461e7cd4818075.tar.gz |
tweak to config wording, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/Config.in | 4 |
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 find is used to search your system to find specified files. config FEATURE_FIND_PRINT0 - bool "Enable -print0: NUL-separated output" + bool "Enable -print0: NUL-terminated output" default y depends on FIND help @@ -235,7 +235,7 @@ config FEATURE_XARGS_SUPPORT_TERMOPT is exceeded. config FEATURE_XARGS_SUPPORT_ZERO_TERM - bool "Enable -0: null terminated input" + bool "Enable -0: NUL-terminated input" default n depends on XARGS help |