diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-22 15:41:00 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-22 15:41:00 +0000 |
commit | 1118c95535ea51961437089fc3dece5ab4ea7e1b (patch) | |
tree | 1515bd2376a6d6c5123791662307ce2ed90cdf36 /util-linux/getopt.c | |
parent | 0d8b2c4a929ea9d3ac37499319fe0d8e7941a0c2 (diff) | |
parent | 066f39956641300c1e5c6bfe6c11a115cea3e2cf (diff) | |
download | busybox-w32-1118c95535ea51961437089fc3dece5ab4ea7e1b.tar.gz busybox-w32-1118c95535ea51961437089fc3dece5ab4ea7e1b.tar.bz2 busybox-w32-1118c95535ea51961437089fc3dece5ab4ea7e1b.zip |
Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge
Conflicts:
procps/ps.c
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r-- | util-linux/getopt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 85ff76189..c45edf8ca 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -34,9 +34,8 @@ | |||
34 | //usage:#define getopt_trivial_usage | 34 | //usage:#define getopt_trivial_usage |
35 | //usage: "[OPTIONS]" | 35 | //usage: "[OPTIONS]" |
36 | //usage:#define getopt_full_usage "\n\n" | 36 | //usage:#define getopt_full_usage "\n\n" |
37 | //usage: "Options:" | ||
38 | //usage: IF_LONG_OPTS( | 37 | //usage: IF_LONG_OPTS( |
39 | //usage: "\n -a,--alternative Allow long options starting with single -" | 38 | //usage: " -a,--alternative Allow long options starting with single -" |
40 | //usage: "\n -l,--longoptions=longopts Long options to be recognized" | 39 | //usage: "\n -l,--longoptions=longopts Long options to be recognized" |
41 | //usage: "\n -n,--name=progname The name under which errors are reported" | 40 | //usage: "\n -n,--name=progname The name under which errors are reported" |
42 | //usage: "\n -o,--options=optstring Short options to be recognized" | 41 | //usage: "\n -o,--options=optstring Short options to be recognized" |
@@ -47,7 +46,7 @@ | |||
47 | //usage: "\n -u,--unquoted Don't quote the output" | 46 | //usage: "\n -u,--unquoted Don't quote the output" |
48 | //usage: ) | 47 | //usage: ) |
49 | //usage: IF_NOT_LONG_OPTS( | 48 | //usage: IF_NOT_LONG_OPTS( |
50 | //usage: "\n -a Allow long options starting with single -" | 49 | //usage: " -a Allow long options starting with single -" |
51 | //usage: "\n -l longopts Long options to be recognized" | 50 | //usage: "\n -l longopts Long options to be recognized" |
52 | //usage: "\n -n progname The name under which errors are reported" | 51 | //usage: "\n -n progname The name under which errors are reported" |
53 | //usage: "\n -o optstring Short options to be recognized" | 52 | //usage: "\n -o optstring Short options to be recognized" |