diff options
Diffstat (limited to 'util-linux/rtcwake.c')
-rw-r--r-- | util-linux/rtcwake.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c index 4c47c5369..2a3d61f21 100644 --- a/util-linux/rtcwake.c +++ b/util-linux/rtcwake.c @@ -154,11 +154,11 @@ int rtcwake_main(int argc UNUSED_PARAM, char **argv) "seconds\0" Required_argument "s" "time\0" Required_argument "t" ; - applet_long_options = rtcwake_longopts; #endif /* Must have -s or -t, exclusive */ opt_complementary = "s:t:s--t:t--s"; - opt = getopt32(argv, "alud:m:s:t:", &rtcname, &suspend, &opt_seconds, &opt_time); + opt = getopt32long(argv, "alud:m:s:t:", rtcwake_longopts, + &rtcname, &suspend, &opt_seconds, &opt_time); /* this is the default if (opt & RTCWAKE_OPT_AUTO) |