update usage for xargs
authorEric Andersen <andersen@codepoet.org>
Sat, 23 Sep 2000 06:11:03 +0000 (06:11 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 23 Sep 2000 06:11:03 +0000 (06:11 -0000)
applets/usage.c
usage.c

index 236bc94601fedd7a1202cbcc3485018475d8a046..c4da08ad7fc8f428db123efb97f192a84ec48c73 100644 (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
diff --git a/usage.c b/usage.c
index 236bc94601fedd7a1202cbcc3485018475d8a046..c4da08ad7fc8f428db123efb97f192a84ec48c73 100644 (file)
--- 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