diff options
-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 eb998009d..25bae319e 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" |