diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-06-04 10:33:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-06-04 10:33:33 +0000 |
commit | 1e93f3c5859aeebcca7c0480de2bd038defe8b1c (patch) | |
tree | 9452c908f4a6a146f984a1bc158283b3bc278ff5 /include | |
parent | 3b162ecdf6955e9610ec051e21b91a3efe48a030 (diff) |
change default rtcwake mode to match changed behavior in upstream util-linux
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 7e72ad03a..2e5321306 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3308,7 +3308,7 @@ "\n -l,--local Clock is set to local time" \ "\n -u,--utc Clock is set to UTC time" \ "\n -d,--device=DEV Specify the RTC device" \ - "\n -m,--mode=MODE Set the sleep state (default: suspend)" \ + "\n -m,--mode=MODE Set the sleep state (default: standby)" \ "\n -s,--seconds=SEC Set the timeout in SEC seconds from now" \ "\n -t,--time=TIME Set the timeout to TIME seconds from epoch" \ ) \ |