diff options
-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 57a9f99b8..5df6526aa 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4599,7 +4599,7 @@ | |||
4599 | USE_FEATURE_XARGS_SUPPORT_ZERO_TERM( \ | 4599 | USE_FEATURE_XARGS_SUPPORT_ZERO_TERM( \ |
4600 | "\n -0 Input is separated by NUL characters") \ | 4600 | "\n -0 Input is separated by NUL characters") \ |
4601 | "\n -t Print the command on stderr before execution" \ | 4601 | "\n -t Print the command on stderr before execution" \ |
4602 | "\n -e[STR] STR stops input processing (default _)" \ | 4602 | "\n -e[STR] STR stops input processing" \ |
4603 | "\n -n N Pass no more than N args to COMMAND" \ | 4603 | "\n -n N Pass no more than N args to COMMAND" \ |
4604 | "\n -s N Pass command line of no more than N bytes" \ | 4604 | "\n -s N Pass command line of no more than N bytes" \ |
4605 | USE_FEATURE_XARGS_SUPPORT_TERMOPT( \ | 4605 | USE_FEATURE_XARGS_SUPPORT_TERMOPT( \ |