update usage for xargs

This commit is contained in:
Eric Andersen 2000-09-23 06:11:03 +00:00
parent a37d5b772b
commit 82e0614101
2 changed files with 0 additions and 4 deletions

View File

@ -1444,8 +1444,6 @@ const char xargs_usage[] = "xargs [OPTIONS] [COMMAND] [ARGS...]\n"
"\nExecutes COMMAND on every item given by standard input.\n\n"
"Options:\n"
"\t-t\tPrint the command just before it is run\n"
"\t-l LEN\tUse LEN as maximum line length (default 490, max 1023)\n"
"\t-e ENDING\tAppend ENDING to the command before executing it.\n"
#endif
;
#endif

View File

@ -1444,8 +1444,6 @@ const char xargs_usage[] = "xargs [OPTIONS] [COMMAND] [ARGS...]\n"
"\nExecutes COMMAND on every item given by standard input.\n\n"
"Options:\n"
"\t-t\tPrint the command just before it is run\n"
"\t-l LEN\tUse LEN as maximum line length (default 490, max 1023)\n"
"\t-e ENDING\tAppend ENDING to the command before executing it.\n"
#endif
;
#endif