claenups for previous commit
[oweals/busybox.git] / coreutils / truncate.c
index f67abaf40032b8795c40d18c1cae24bf24ca1934..f693570aa1ba55f35203343932475c87e7d610b0 100644 (file)
@@ -50,8 +50,7 @@ int truncate_main(int argc UNUSED_PARAM, char **argv)
                OPT_SIZE = (1 << 1),
        };
 
-       opt_complementary = "s:-1";
-       opts = getopt32(argv, "cs:", &size_str);
+       opts = getopt32(argv, "^" "cs:" "\0" "s:-1", &size_str);
 
        if (!(opts & OPT_NOCREATE))
                flags |= O_CREAT;