diff options
-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 | |||
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 | ||
14 | config FEATURE_FIND_PRINT0 | 14 | config 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 | ||
237 | config FEATURE_XARGS_SUPPORT_ZERO_TERM | 237 | config 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 |