aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-11-17 18:13:09 +0000
committerMark Whitley <markw@lineo.com>2000-11-17 18:13:09 +0000
commitcf32e23796a94e96d36d302973509935ea051816 (patch)
tree51e1b3253d33fe294d92829d157916dd34d24976
parent50b3113dc2d7056d34e053826cb2d23327c99803 (diff)
downloadbusybox-w32-cf32e23796a94e96d36d302973509935ea051816.tar.gz
busybox-w32-cf32e23796a94e96d36d302973509935ea051816.tar.bz2
busybox-w32-cf32e23796a94e96d36d302973509935ea051816.zip
Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>.
-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