tls: reorder a few more cipher ids
[oweals/busybox.git] / util-linux / hexdump_xxd.c
index 37e58f2d0986a587d363df37dc76c8a272a21c56..6cf6d029789f6e2bdd2415035c9a6d15c22ccb54 100644 (file)
@@ -73,8 +73,9 @@ int xxd_main(int argc UNUSED_PARAM, char **argv)
 #define OPT_s (1 << 1)
 #define OPT_a (1 << 2)
 #define OPT_p (1 << 3)
-       opt_complementary = "?1"; /* 1 argument max */
-       opt = getopt32(argv, "l:s:apg:+c:+", &opt_l, &opt_s, &bytes, &cols);
+       opt = getopt32(argv, "^" "l:s:apg:+c:+" "\0" "?1" /* 1 argument max */,
+                       &opt_l, &opt_s, &bytes, &cols
+       );
        argv += optind;
 
        dumper->dump_vflag = ALL;