diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-16 10:37:49 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-16 10:37:49 +0000 |
commit | a0319ba936236433e6b8c3a96e890c3531effbc9 (patch) | |
tree | 491305edf82994ef5a2f7ce915b91481bd63c6ef /libbb | |
parent | 6a2f7f41cf7c544d6abce958f89c873b24f79b18 (diff) |
hdparm: shrink rodata by ~250 bytes
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: 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 |