aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
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