xargs: fix a thinko in last commit
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Aug 2017 11:44:27 +0000 (13:44 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Aug 2017 11:44:27 +0000 (13:44 +0200)
commit58bf902a94b5d26f546e3d4186d6f51e050be427
tree6a74f80bf1aa489bf7cbf82c08f1f2deb5b2d65b
parentf8ee849ecd42fa11da6c5f381ad83594840b3cca
xargs: fix a thinko in last commit

IF_FEATURE_XARGS_SUPPORT_PARALLEL(char *opt_a = NULL;)
is replaced with
IF_FEATURE_XARGS_SUPPORT_ARGS_FILE

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/xargs.c