bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / coreutils / dos2unix.c
index a3d008051f68422aa53cb9e878fdb96695704bd4..9f098e41e714a46568887656932ae34791807d7e 100644 (file)
@@ -120,8 +120,7 @@ int dos2unix_main(int argc UNUSED_PARAM, char **argv)
        }
 
        /* -u convert to unix, -d convert to dos */
-       opt_complementary = "u--d:d--u"; /* mutually exclusive */
-       o = getopt32(argv, "du");
+       o = getopt32(argv, "^" "du" "\0" "u--d:d--u"); /* mutually exclusive */
 
        /* Do the conversion requested by an argument else do the default
         * conversion depending on our name.  */