bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / rtcwake.c
index 2a3d61f21ef0543a0a24b52b8d57f834c9f86619..8ffa4f3a60239ad11a289991517d557ffe8e199a 100644 (file)
@@ -155,9 +155,9 @@ int rtcwake_main(int argc UNUSED_PARAM, char **argv)
                "time\0"    Required_argument "t"
                ;
 #endif
-       /* Must have -s or -t, exclusive */
-       opt_complementary = "s:t:s--t:t--s";
-       opt = getopt32long(argv, "alud:m:s:t:", rtcwake_longopts,
+       opt = getopt32long(argv,
+                       /* Must have -s or -t, exclusive */
+                       "^alud:m:s:t:" "\0" "s:t:s--t:t--s", rtcwake_longopts,
                        &rtcname, &suspend, &opt_seconds, &opt_time);
 
        /* this is the default