aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/usage.c6
-rw-r--r--usage.c6
2 files changed, 4 insertions, 8 deletions
diff --git a/applets/usage.c b/applets/usage.c
index 7e3ea8191..423172d7b 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -1473,11 +1473,9 @@ const char whoami_usage[] =
1473#endif 1473#endif
1474 1474
1475#if defined BB_XARGS 1475#if defined BB_XARGS
1476const char xargs_usage[] = "xargs [OPTIONS] [COMMAND] [ARGS...]\n" 1476const char xargs_usage[] = "xargs [COMMAND] [ARGS...]\n"
1477#ifndef BB_FEATURE_TRIVIAL_HELP 1477#ifndef BB_FEATURE_TRIVIAL_HELP
1478 "\nExecutes COMMAND on every item given by standard input.\n\n" 1478 "\nExecutes COMMAND on every item given by standard input.\n"
1479 "Options:\n"
1480 "\t-t\tPrint the command just before it is run\n"
1481#endif 1479#endif
1482 ; 1480 ;
1483#endif 1481#endif
diff --git a/usage.c b/usage.c
index 7e3ea8191..423172d7b 100644
--- a/usage.c
+++ b/usage.c
@@ -1473,11 +1473,9 @@ const char whoami_usage[] =
1473#endif 1473#endif
1474 1474
1475#if defined BB_XARGS 1475#if defined BB_XARGS
1476const char xargs_usage[] = "xargs [OPTIONS] [COMMAND] [ARGS...]\n" 1476const char xargs_usage[] = "xargs [COMMAND] [ARGS...]\n"
1477#ifndef BB_FEATURE_TRIVIAL_HELP 1477#ifndef BB_FEATURE_TRIVIAL_HELP
1478 "\nExecutes COMMAND on every item given by standard input.\n\n" 1478 "\nExecutes COMMAND on every item given by standard input.\n"
1479 "Options:\n"
1480 "\t-t\tPrint the command just before it is run\n"
1481#endif 1479#endif
1482 ; 1480 ;
1483#endif 1481#endif