diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1444,8 +1444,6 @@ const char xargs_usage[] = "xargs [OPTIONS] [COMMAND] [ARGS...]\n" | |||
1444 | "\nExecutes COMMAND on every item given by standard input.\n\n" | 1444 | "\nExecutes COMMAND on every item given by standard input.\n\n" |
1445 | "Options:\n" | 1445 | "Options:\n" |
1446 | "\t-t\tPrint the command just before it is run\n" | 1446 | "\t-t\tPrint the command just before it is run\n" |
1447 | "\t-l LEN\tUse LEN as maximum line length (default 490, max 1023)\n" | ||
1448 | "\t-e ENDING\tAppend ENDING to the command before executing it.\n" | ||
1449 | #endif | 1447 | #endif |
1450 | ; | 1448 | ; |
1451 | #endif | 1449 | #endif |