make --help texts more uniform
function old new delta packed_usage 31062 31035 -27 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
f6e20724d4
commit
bbc7bee966
10 changed files with 48 additions and 48 deletions
|
@ -57,13 +57,13 @@
|
|||
//usage: IF_LONG_OPTS(
|
||||
//usage: IF_FEATURE_GETOPT_LONG(
|
||||
//usage: " -a,--alternative Allow long options starting with single -\n"
|
||||
//usage: " -l,--longoptions=LOPT[,...] Long options to recognize\n"
|
||||
//usage: " -l,--longoptions LOPT[,...] Long options to recognize\n"
|
||||
//usage: )
|
||||
//usage: " -n,--name=PROGNAME The name under which errors are reported"
|
||||
//usage: "\n -o,--options=OPTSTRING Short options to recognize"
|
||||
//usage: " -n,--name PROGNAME The name under which errors are reported"
|
||||
//usage: "\n -o,--options OPTSTRING Short options to recognize"
|
||||
//usage: "\n -q,--quiet No error messages on unrecognized options"
|
||||
//usage: "\n -Q,--quiet-output No normal output"
|
||||
//usage: "\n -s,--shell=SHELL Set shell quoting conventions"
|
||||
//usage: "\n -s,--shell SHELL Set shell quoting conventions"
|
||||
//usage: "\n -T,--test Version test (exits with 4)"
|
||||
//usage: "\n -u,--unquoted Don't quote output"
|
||||
//usage: )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue