From cf32e23796a94e96d36d302973509935ea051816 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Fri, 17 Nov 2000 18:13:09 +0000 Subject: Modified help string for xargs. Props to Kent Robotti . --- applets/usage.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'applets/usage.c') 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[] = #endif #if defined BB_XARGS -const char xargs_usage[] = "xargs [OPTIONS] [COMMAND] [ARGS...]\n" +const char xargs_usage[] = "xargs [COMMAND] [ARGS...]\n" #ifndef BB_FEATURE_TRIVIAL_HELP - "\nExecutes COMMAND on every item given by standard input.\n\n" - "Options:\n" - "\t-t\tPrint the command just before it is run\n" + "\nExecutes COMMAND on every item given by standard input.\n" #endif ; #endif -- cgit v1.2.3