From: Denis Vlasenko Date: Thu, 21 Aug 2008 19:59:30 +0000 (-0000) Subject: fix xargs -e help text X-Git-Tag: 1_13_0~240 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e82da4dfee75214e516eb4ccf96745ab82f55396;p=oweals%2Fbusybox.git fix xargs -e help text --- diff --git a/include/usage.h b/include/usage.h index 57a9f99b8..5df6526aa 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( \