diff options
Diffstat (limited to 'findutils/xargs.c')
-rw-r--r-- | findutils/xargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index 1a4347828..eef7c6909 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -438,7 +438,7 @@ int xargs_main(int argc, char **argv) | |||
438 | #endif | 438 | #endif |
439 | 439 | ||
440 | #ifdef CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION | 440 | #ifdef CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION |
441 | bb_opt_complementaly = "pt"; | 441 | bb_opt_complementally = "pt"; |
442 | #endif | 442 | #endif |
443 | 443 | ||
444 | opt = bb_getopt_ulflags(argc, argv, "+trn:s:e::" | 444 | opt = bb_getopt_ulflags(argc, argv, "+trn:s:e::" |