aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-03 05:19:44 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-03 05:19:44 +0000
commit00c77ea4fb5067a40dd969eb8816ff021389aa4c (patch)
tree8a5ea1a77224656713b1d9749e32f721338d99f4
parent1ff6fe3a488c345358a56b242fddd2b9860e92e5 (diff)
downloadbusybox-w32-00c77ea4fb5067a40dd969eb8816ff021389aa4c.tar.gz
busybox-w32-00c77ea4fb5067a40dd969eb8816ff021389aa4c.tar.bz2
busybox-w32-00c77ea4fb5067a40dd969eb8816ff021389aa4c.zip
make the -0 xargs option a little more clear
git-svn-id: svn://busybox.net/trunk/busybox@15584 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--findutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 8329a6c1f..12387a44e 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -148,7 +148,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
148 is exceeded. 148 is exceeded.
149 149
150config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM 150config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM
151 bool "Enable options -0" 151 bool "Enable null terminated option -0"
152 default n 152 default n
153 depends on CONFIG_XARGS 153 depends on CONFIG_XARGS
154 help 154 help