Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>.
authorMark Whitley <markw@lineo.com>
Fri, 17 Nov 2000 18:13:09 +0000 (18:13 -0000)
committerMark Whitley <markw@lineo.com>
Fri, 17 Nov 2000 18:13:09 +0000 (18:13 -0000)
applets/usage.c
usage.c

index 7e3ea81915563a96b76c97ac75470cf5214d6fff..423172d7b0475f947ac4c7caa765df65ffe9d5d0 100644 (file)
@@ -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
diff --git a/usage.c b/usage.c
index 7e3ea81915563a96b76c97ac75470cf5214d6fff..423172d7b0475f947ac4c7caa765df65ffe9d5d0 100644 (file)
--- a/usage.c
+++ b/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