aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--findutils/xargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c
index acee0319a..117a39b62 100644
--- a/findutils/xargs.c
+++ b/findutils/xargs.c
@@ -593,7 +593,7 @@ int xargs_main(int argc UNUSED_PARAM, char **argv)
#else
#define read_args process_stdin
#endif
- IF_FEATURE_XARGS_SUPPORT_PARALLEL(char *opt_a = NULL;)
+ IF_FEATURE_XARGS_SUPPORT_ARGS_FILE(char *opt_a = NULL;)
INIT_G();