aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt32.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 10:37:49 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 10:37:49 +0000
commita0319ba936236433e6b8c3a96e890c3531effbc9 (patch)
tree491305edf82994ef5a2f7ce915b91481bd63c6ef /libbb/getopt32.c
parent6a2f7f41cf7c544d6abce958f89c873b24f79b18 (diff)
downloadbusybox-w32-a0319ba936236433e6b8c3a96e890c3531effbc9.tar.gz
busybox-w32-a0319ba936236433e6b8c3a96e890c3531effbc9.tar.bz2
busybox-w32-a0319ba936236433e6b8c3a96e890c3531effbc9.zip
hdparm: shrink rodata by ~250 bytes
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r--libbb/getopt32.c2
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