aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index 4a3d7346a..8e0247941 100644
--- a/usage.c
+++ b/usage.c
@@ -1432,6 +1432,17 @@ const char whoami_usage[] =
1432 ; 1432 ;
1433#endif 1433#endif
1434 1434
1435#if defined BB_XARGS
1436const char xargs_usage[] =
1437 "xargs [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n"
1438 "[-n max-args] [-s max-chars] [-P max-procs] [--null] [--eof[=eof-str]]\n"
1439 "[--replace[=replace-str]] [--max-lines[=max-lines]] [--interactive]\n"
1440 "[--max-chars=max-chars] [--verbose] [--exit] [--max-procs=max-procs]\n"
1441 "[--max-args=max-args] [--no-run-if-empty] [--help]\n"
1442 "[command [initial-arguments]]\n"
1443 "\nBuild and execute command on lines from standard input.\n";
1444#endif
1445
1435#if defined BB_YES 1446#if defined BB_YES
1436const char yes_usage[] = 1447const char yes_usage[] =
1437 "yes [OPTION]... [STRING]...\n" 1448 "yes [OPTION]... [STRING]...\n"