Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-10-09 15:06:45 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2003-10-09 15:06:45 +0400
commit99825960c18de59afb6906ba05df5671793edaf0 (patch)
tree8a762c0b3f953ccc91786c09b03fe55862169c4b /findutils/Config.in
parent29c77f71ba788fe9d63893e555c239d45905ebbc (diff)
Bugfix for xargs
Diffstat (limited to 'findutils/Config.in')
-rw-r--r--findutils/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 05fcca151..c66da742c 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -97,5 +97,13 @@ config CONFIG_XARGS
xargs is used to execute a specified command on
every item from standard input.
+config CONFIG_FEATURE_XARGS_FANCY
+ bool " Enable extra options (-x -s -n and -E)"
+ default y
+ depends on CONFIG_XARGS
+ help
+ Default xargs only provides the -t option, this enables the
+ x, s, n and E options.
+
endmenu