From 856de12b754b2ec104b1cb604903c6409ff3a64b Mon Sep 17 00:00:00 2001 From: andersen Date: Sat, 23 Sep 2000 06:11:03 +0000 Subject: update usage for xargs git-svn-id: svn://busybox.net/trunk/busybox@1100 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- applets/usage.c | 2 -- usage.c | 2 -- 2 files changed, 4 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 diff --git a/usage.c b/usage.c index 236bc9460..c4da08ad7 100644 --- a/usage.c +++ b/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 -- cgit v1.2.3-55-g6feb