diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-01-04 19:56:15 +0700 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-01-04 19:56:15 +0700 |
commit | 5f6f2162512106adf120d4b528bb125e93e34429 (patch) | |
tree | 7d7449f755633c263be7125ad58d21cc3ca5b8a7 /libbb/getopt32.c | |
parent | 9db69882bee2d528d706d61d34ef7741122330be (diff) | |
parent | a116552869db5e7793ae10968eb3c962c69b3d8c (diff) | |
download | busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.tar.gz busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.tar.bz2 busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r-- | libbb/getopt32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index ab77755fc..187cb3a79 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -115,7 +115,7 @@ const char *opt_complementary | |||
115 | found. | 115 | found. |
116 | 116 | ||
117 | "ww" Adjacent double options have a counter associated which indicates | 117 | "ww" Adjacent double options have a counter associated which indicates |
118 | the number of occurences of the option. | 118 | the number of occurrences of the option. |
119 | For example the ps applet needs: | 119 | For example the ps applet needs: |
120 | if w is given once, GNU ps sets the width to 132, | 120 | if w is given once, GNU ps sets the width to 132, |
121 | if w is given more than once, it is "unlimited" | 121 | if w is given more than once, it is "unlimited" |