diff options
Diffstat (limited to 'findutils/xargs.c')
-rw-r--r-- | findutils/xargs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index 1e7d8de02..37064be9d 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * http://www.opengroup.org/onlinepubs/007904975/utilities/xargs.html | 15 | * http://www.opengroup.org/onlinepubs/007904975/utilities/xargs.html |
16 | */ | 16 | */ |
17 | //config:config XARGS | 17 | //config:config XARGS |
18 | //config: bool "xargs (7.2 kb)" | 18 | //config: bool "xargs (7.6 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: help | 20 | //config: help |
21 | //config: xargs is used to execute a specified command for | 21 | //config: xargs is used to execute a specified command for |
@@ -961,7 +961,7 @@ void bb_show_usage(void) | |||
961 | { | 961 | { |
962 | fprintf(stderr, "Usage: %s [-p] [-r] [-t] -[x] [-n max_arg] [-s max_chars]\n", | 962 | fprintf(stderr, "Usage: %s [-p] [-r] [-t] -[x] [-n max_arg] [-s max_chars]\n", |
963 | applet_name); | 963 | applet_name); |
964 | exit(EXIT_FAILURE); | 964 | exit_FAILURE(); |
965 | } | 965 | } |
966 | 966 | ||
967 | int main(int argc, char **argv) | 967 | int main(int argc, char **argv) |