aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rtcwake.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/rtcwake.c')
-rw-r--r--util-linux/rtcwake.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c
index 823e55662..eac16077d 100644
--- a/util-linux/rtcwake.c
+++ b/util-linux/rtcwake.c
@@ -36,24 +36,13 @@
36//usage: "[-a | -l | -u] [-d DEV] [-m MODE] [-s SEC | -t TIME]" 36//usage: "[-a | -l | -u] [-d DEV] [-m MODE] [-s SEC | -t TIME]"
37//usage:#define rtcwake_full_usage "\n\n" 37//usage:#define rtcwake_full_usage "\n\n"
38//usage: "Enter a system sleep state until specified wakeup time\n" 38//usage: "Enter a system sleep state until specified wakeup time\n"
39//usage: IF_LONG_OPTS( 39//usage: "\n -a Read clock mode from "ADJTIME_PATH" (default)"
40//usage: "\n -a,--auto Read clock mode from adjtime"
41//usage: "\n -l,--local Clock is set to local time"
42//usage: "\n -u,--utc Clock is set to UTC time"
43//usage: "\n -d,--device DEV Specify the RTC device"
44//usage: "\n -m,--mode MODE Set sleep state (default: standby)"
45//usage: "\n -s,--seconds SEC Set timeout in SEC seconds from now"
46//usage: "\n -t,--time TIME Set timeout to TIME seconds from epoch"
47//usage: )
48//usage: IF_NOT_LONG_OPTS(
49//usage: "\n -a Read clock mode from adjtime"
50//usage: "\n -l Clock is set to local time" 40//usage: "\n -l Clock is set to local time"
51//usage: "\n -u Clock is set to UTC time" 41//usage: "\n -u Clock is set to UTC time"
52//usage: "\n -d DEV Specify the RTC device" 42//usage: "\n -d DEV Specify the RTC device"
53//usage: "\n -m MODE Set sleep state (default: standby)" 43//usage: "\n -m MODE Set sleep state (default: standby)"
54//usage: "\n -s SEC Set timeout in SEC seconds from now" 44//usage: "\n -s SEC Set timeout in SEC seconds from now"
55//usage: "\n -t TIME Set timeout to TIME seconds from epoch" 45//usage: "\n -t TIME Set timeout to TIME seconds from epoch"
56//usage: )
57 46
58#include "libbb.h" 47#include "libbb.h"
59#include "rtc_.h" 48#include "rtc_.h"