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