Ahem: add new faq entry to list at top of FAQ.html
[oweals/busybox.git] / util-linux / hwclock.c
index 2f626616772fcdb7f4ee8a572cd109e374947761..3c26839537caba155dceff4a0b17fcc9f97f68ab 100644 (file)
@@ -208,7 +208,7 @@ static const struct option hwclock_long_options[] = {
        bb_opt_complementaly = "r~ws:w~rs:s~wr:l~u:u~l";
        opt = bb_getopt_ulflags(argc, argv, "lursw");
        /* Check only one mode was given */
-       if(opt & 0x80000000UL) {
+       if(opt & BB_GETOPT_ERROR) {
                bb_show_usage();
        }