diff options
author | Ron Yorston <rmy@pobox.com> | 2017-02-08 20:09:29 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-02-08 20:09:29 +0000 |
commit | 373275a708bafb88fa4f0519de2166154f44fed9 (patch) | |
tree | 4587b4fd3f695e0f3705b2a217e199f3144df931 /util-linux/getopt.c | |
parent | b74b2619779b1deb903b7766261807df1e9b1f7f (diff) | |
parent | c2b18583a3df06aeecf535c3cea6856aa1f2e205 (diff) | |
download | busybox-w32-373275a708bafb88fa4f0519de2166154f44fed9.tar.gz busybox-w32-373275a708bafb88fa4f0519de2166154f44fed9.tar.bz2 busybox-w32-373275a708bafb88fa4f0519de2166154f44fed9.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r-- | util-linux/getopt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index f6ecc3dde..63294c520 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -57,13 +57,13 @@ | |||
57 | //usage: IF_LONG_OPTS( | 57 | //usage: IF_LONG_OPTS( |
58 | //usage: IF_FEATURE_GETOPT_LONG( | 58 | //usage: IF_FEATURE_GETOPT_LONG( |
59 | //usage: " -a,--alternative Allow long options starting with single -\n" | 59 | //usage: " -a,--alternative Allow long options starting with single -\n" |
60 | //usage: " -l,--longoptions=LOPT[,...] Long options to recognize\n" | 60 | //usage: " -l,--longoptions LOPT[,...] Long options to recognize\n" |
61 | //usage: ) | 61 | //usage: ) |
62 | //usage: " -n,--name=PROGNAME The name under which errors are reported" | 62 | //usage: " -n,--name PROGNAME The name under which errors are reported" |
63 | //usage: "\n -o,--options=OPTSTRING Short options to recognize" | 63 | //usage: "\n -o,--options OPTSTRING Short options to recognize" |
64 | //usage: "\n -q,--quiet No error messages on unrecognized options" | 64 | //usage: "\n -q,--quiet No error messages on unrecognized options" |
65 | //usage: "\n -Q,--quiet-output No normal output" | 65 | //usage: "\n -Q,--quiet-output No normal output" |
66 | //usage: "\n -s,--shell=SHELL Set shell quoting conventions" | 66 | //usage: "\n -s,--shell SHELL Set shell quoting conventions" |
67 | //usage: "\n -T,--test Version test (exits with 4)" | 67 | //usage: "\n -T,--test Version test (exits with 4)" |
68 | //usage: "\n -u,--unquoted Don't quote output" | 68 | //usage: "\n -u,--unquoted Don't quote output" |
69 | //usage: ) | 69 | //usage: ) |