diff options
author | Denis Vlasenko | 2008-08-21 19:59:30 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-08-21 19:59:30 +0000 |
commit | e82da4dfee75214e516eb4ccf96745ab82f55396 (patch) | |
tree | a30f403a92851f61999144945042ee9ac7b26b2c /include/usage.h | |
parent | c397792ab361f5f13ae519f80cc16f3818e66202 (diff) | |
download | busybox-e82da4dfee75214e516eb4ccf96745ab82f55396.zip busybox-e82da4dfee75214e516eb4ccf96745ab82f55396.tar.gz |
fix xargs -e help text
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 57a9f99..5df6526 100644 --- 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( \ |