aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-23 06:11:03 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-23 06:11:03 +0000
commit856de12b754b2ec104b1cb604903c6409ff3a64b (patch)
tree62c27292dcfd50919c601882b7145ee926f4e0b9
parent59f68366b71157e531a737e56f0ae974c081cd5d (diff)
downloadbusybox-w32-856de12b754b2ec104b1cb604903c6409ff3a64b.tar.gz
busybox-w32-856de12b754b2ec104b1cb604903c6409ff3a64b.tar.bz2
busybox-w32-856de12b754b2ec104b1cb604903c6409ff3a64b.zip
update usage for xargs
git-svn-id: svn://busybox.net/trunk/busybox@1100 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--applets/usage.c2
-rw-r--r--usage.c2
2 files changed, 0 insertions, 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"
1444 "\nExecutes COMMAND on every item given by standard input.\n\n" 1444 "\nExecutes COMMAND on every item given by standard input.\n\n"
1445 "Options:\n" 1445 "Options:\n"
1446 "\t-t\tPrint the command just before it is run\n" 1446 "\t-t\tPrint the command just before it is run\n"
1447 "\t-l LEN\tUse LEN as maximum line length (default 490, max 1023)\n"
1448 "\t-e ENDING\tAppend ENDING to the command before executing it.\n"
1449#endif 1447#endif
1450 ; 1448 ;
1451#endif 1449#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"
1444 "\nExecutes COMMAND on every item given by standard input.\n\n" 1444 "\nExecutes COMMAND on every item given by standard input.\n\n"
1445 "Options:\n" 1445 "Options:\n"
1446 "\t-t\tPrint the command just before it is run\n" 1446 "\t-t\tPrint the command just before it is run\n"
1447 "\t-l LEN\tUse LEN as maximum line length (default 490, max 1023)\n"
1448 "\t-e ENDING\tAppend ENDING to the command before executing it.\n"
1449#endif 1447#endif
1450 ; 1448 ;
1451#endif 1449#endif