libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
[oweals/busybox.git] / archival / ar.c
index 31e96de4f1f79ed14db0f4b6ab6fa12dd25b29e4..e85ca5c6fdd36b10e58fd29fc6fba9e67e60c8bb 100644 (file)
@@ -50,7 +50,7 @@ int ar_main(int argc, char **argv)
        archive_handle = init_handle();
 
        /* Prepend '-' to the first argument if required */
-       opt_complementary = "--:p:t:x:-1:?:p--tx:t--px:x--pt";
+       opt_complementary = "--:p:t:x:-1:p--tx:t--px:x--pt";
        opt = getopt32(argc, argv, "ptxovcr");
 
        if (opt & AR_CTX_PRINT) {