tls: reorder a few more cipher ids
[oweals/busybox.git] / util-linux / script.c
index 4cb9842a0f56bf11695d6fe4b629f08f1ce8ffb0..aac77c3ba78dcba9740bcc31fb0de9402cd5e20a 100644 (file)
@@ -78,12 +78,12 @@ int script_main(int argc UNUSED_PARAM, char **argv)
                "quiet\0"   No_argument       "q"
                "timing\0"  Optional_argument "t"
                ;
-
-       applet_long_options = script_longopts;
 #endif
 
-       opt_complementary = "?1"; /* max one arg */
-       opt = getopt32(argv, "ac:fqt::", &shell_arg, &str_t);
+       opt = getopt32long(argv, "^" "ac:fqt::" "\0" "?1"/* max one arg */,
+                               script_longopts,
+                               &shell_arg, &str_t
+       );
        //argc -= optind;
        argv += optind;
        if (argv[0]) {