update usage for xargs
diff --git a/applets/usage.c b/applets/usage.c
index 236bc94..c4da08a 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -1444,8 +1444,6 @@
"\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 236bc94..c4da08a 100644
--- a/usage.c
+++ b/usage.c
@@ -1444,8 +1444,6 @@
"\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