claenups for previous commit
[oweals/busybox.git] / coreutils / expand.c
index fa3ff18f4b20febc1b94cb67cf902b4145187b33..91084b80b1638d84402529d7851b9c440384011c 100644 (file)
@@ -174,9 +174,10 @@ int expand_main(int argc UNUSED_PARAM, char **argv)
                                , &opt_t
                );
        } else {
-               /* -t NUM sets also -a */
-               opt_complementary = "ta";
-               opt = getopt32long(argv, "ft:a",
+               opt = getopt32long(argv, "^"
+                               "ft:a"
+                               "\0"
+                               "ta" /* -t NUM sets -a */,
                                "first-only\0"       No_argument       "i"
                                "tabs\0"             Required_argument "t"
                                "all\0"              No_argument       "a"