diff options
Diffstat (limited to 'findutils/xargs.c')
-rw-r--r-- | findutils/xargs.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index c55ac5724..7db374c4a 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -21,14 +21,14 @@ | |||
21 | //config: | 21 | //config: |
22 | //config:config XARGS | 22 | //config:config XARGS |
23 | //config: bool "xargs" | 23 | //config: bool "xargs" |
24 | //config: default n | 24 | //config: default y |
25 | //config: help | 25 | //config: help |
26 | //config: xargs is used to execute a specified command for | 26 | //config: xargs is used to execute a specified command for |
27 | //config: every item from standard input. | 27 | //config: every item from standard input. |
28 | //config: | 28 | //config: |
29 | //config:config FEATURE_XARGS_SUPPORT_CONFIRMATION | 29 | //config:config FEATURE_XARGS_SUPPORT_CONFIRMATION |
30 | //config: bool "Enable -p: prompt and confirmation" | 30 | //config: bool "Enable -p: prompt and confirmation" |
31 | //config: default n | 31 | //config: default y |
32 | //config: depends on XARGS | 32 | //config: depends on XARGS |
33 | //config: help | 33 | //config: help |
34 | //config: Support -p: prompt the user whether to run each command | 34 | //config: Support -p: prompt the user whether to run each command |
@@ -36,14 +36,14 @@ | |||
36 | //config: | 36 | //config: |
37 | //config:config FEATURE_XARGS_SUPPORT_QUOTES | 37 | //config:config FEATURE_XARGS_SUPPORT_QUOTES |
38 | //config: bool "Enable single and double quotes and backslash" | 38 | //config: bool "Enable single and double quotes and backslash" |
39 | //config: default n | 39 | //config: default y |
40 | //config: depends on XARGS | 40 | //config: depends on XARGS |
41 | //config: help | 41 | //config: help |
42 | //config: Support quoting in the input. | 42 | //config: Support quoting in the input. |
43 | //config: | 43 | //config: |
44 | //config:config FEATURE_XARGS_SUPPORT_TERMOPT | 44 | //config:config FEATURE_XARGS_SUPPORT_TERMOPT |
45 | //config: bool "Enable -x: exit if -s or -n is exceeded" | 45 | //config: bool "Enable -x: exit if -s or -n is exceeded" |
46 | //config: default n | 46 | //config: default y |
47 | //config: depends on XARGS | 47 | //config: depends on XARGS |
48 | //config: help | 48 | //config: help |
49 | //config: Support -x: exit if the command size (see the -s or -n option) | 49 | //config: Support -x: exit if the command size (see the -s or -n option) |
@@ -51,7 +51,7 @@ | |||
51 | //config: | 51 | //config: |
52 | //config:config FEATURE_XARGS_SUPPORT_ZERO_TERM | 52 | //config:config FEATURE_XARGS_SUPPORT_ZERO_TERM |
53 | //config: bool "Enable -0: NUL-terminated input" | 53 | //config: bool "Enable -0: NUL-terminated input" |
54 | //config: default n | 54 | //config: default y |
55 | //config: depends on XARGS | 55 | //config: depends on XARGS |
56 | //config: help | 56 | //config: help |
57 | //config: Support -0: input items are terminated by a NUL character | 57 | //config: Support -0: input items are terminated by a NUL character |