Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-23 10:11:03 +0400
committerEric Andersen <andersen@codepoet.org>2000-09-23 10:11:03 +0400
commit82e061410197fcf6361af8b3d283a773e7f7a9c6 (patch)
tree62c27292dcfd50919c601882b7145ee926f4e0b9 /applets
parenta37d5b772b1851109605129de8331abf00f13ad4 (diff)
update usage for xargs
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/applets/usage.c b/applets/usage.c
index 236bc9460..c4da08ad7 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -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