projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c397792
)
fix xargs -e help text
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 21 Aug 2008 19:59:30 +0000
(19:59 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 21 Aug 2008 19:59:30 +0000
(19:59 -0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index 57a9f99b8aac46c5d359c20184b96c3801499832..5df6526aabf4e87533a0ff023a90c8cee6dcfb00 100644
(file)
--- a/
include/usage.h
+++ b/
include/usage.h
@@
-4599,7
+4599,7
@@
USE_FEATURE_XARGS_SUPPORT_ZERO_TERM( \
"\n -0 Input is separated by NUL characters") \
"\n -t Print the command on stderr before execution" \
- "\n -e[STR] STR stops input processing
(default _)
" \
+ "\n -e[STR] STR stops input processing" \
"\n -n N Pass no more than N args to COMMAND" \
"\n -s N Pass command line of no more than N bytes" \
USE_FEATURE_XARGS_SUPPORT_TERMOPT( \