diff options
Diffstat (limited to 'libbb')
-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 c09956940..3e1299fc3 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -211,7 +211,7 @@ Special characters: | |||
211 | 211 | ||
212 | For example: | 212 | For example: |
213 | The cut applet must have only one type of list specified, so | 213 | The cut applet must have only one type of list specified, so |
214 | -b, -c and -f are mutally exclusive and should raise an error | 214 | -b, -c and -f are mutually exclusive and should raise an error |
215 | if specified together. In this case you must set | 215 | if specified together. In this case you must set |
216 | opt_complementary = "b--cf:c--bf:f--bc". If two of the | 216 | opt_complementary = "b--cf:c--bf:f--bc". If two of the |
217 | mutually exclusive options are found, getopt32 will call | 217 | mutually exclusive options are found, getopt32 will call |