mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>.
This commit is contained in:
parent
50b3113dc2
commit
cf32e23796
@ -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
|
||||
|
6
usage.c
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user