diff options
Diffstat (limited to 'util-linux/rtcwake.c')
-rw-r--r-- | util-linux/rtcwake.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c index 54fc70583..b63164588 100644 --- a/util-linux/rtcwake.c +++ b/util-linux/rtcwake.c | |||
@@ -41,10 +41,10 @@ | |||
41 | //usage: "\n -a,--auto Read clock mode from adjtime" | 41 | //usage: "\n -a,--auto Read clock mode from adjtime" |
42 | //usage: "\n -l,--local Clock is set to local time" | 42 | //usage: "\n -l,--local Clock is set to local time" |
43 | //usage: "\n -u,--utc Clock is set to UTC time" | 43 | //usage: "\n -u,--utc Clock is set to UTC time" |
44 | //usage: "\n -d,--device=DEV Specify the RTC device" | 44 | //usage: "\n -d,--device DEV Specify the RTC device" |
45 | //usage: "\n -m,--mode=MODE Set sleep state (default: standby)" | 45 | //usage: "\n -m,--mode MODE Set sleep state (default: standby)" |
46 | //usage: "\n -s,--seconds=SEC Set timeout in SEC seconds from now" | 46 | //usage: "\n -s,--seconds SEC Set timeout in SEC seconds from now" |
47 | //usage: "\n -t,--time=TIME Set timeout to TIME seconds from epoch" | 47 | //usage: "\n -t,--time TIME Set timeout to TIME seconds from epoch" |
48 | //usage: ) | 48 | //usage: ) |
49 | //usage: IF_NOT_LONG_OPTS( | 49 | //usage: IF_NOT_LONG_OPTS( |
50 | //usage: "\n -a Read clock mode from adjtime" | 50 | //usage: "\n -a Read clock mode from adjtime" |