libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
[oweals/busybox.git] / util-linux / hwclock.c
index 8b65df6a6ba99ebec4dc74625622880bb175f1d4..882a0c55a54c2d2ae830595fc4349c9cedc214fb 100644 (file)
@@ -189,7 +189,7 @@ int hwclock_main(int argc, char **argv)
        };
        applet_long_options = hwclock_long_options;
 #endif
-       opt_complementary = "?:r--ws:w--rs:s--wr:l--u:u--l";
+       opt_complementary = "r--ws:w--rs:s--wr:l--u:u--l";
        opt = getopt32(argc, argv, "lurswf:", &rtcname);
 
        /* If -u or -l wasn't given check if we are using utc */