From a0319ba936236433e6b8c3a96e890c3531effbc9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 16 Aug 2007 10:37:49 +0000 Subject: hdparm: shrink rodata by ~250 bytes --- libbb/getopt32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/getopt32.c') 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 -- cgit v1.2.3