diff options
author | Rob Landley <rob@landley.net> | 2020-04-16 02:57:07 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-04-16 02:57:07 -0500 |
commit | 7e97f0d01e08982bdaa42b3bcd9f4deb3c03a2c1 (patch) | |
tree | 36ef5e2fd2bf1bc55d0c0ccd83f38867a58a9fe1 | |
parent | 130d36604b3ff9fca70a72062bfd21438d3d4c5d (diff) | |
download | toybox-7e97f0d01e08982bdaa42b3bcd9f4deb3c03a2c1.tar.gz |
Promote rtcwake.
-rw-r--r-- | toys/other/rtcwake.c (renamed from toys/pending/rtcwake.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/rtcwake.c b/toys/other/rtcwake.c index 0b034594..161bd881 100644 --- a/toys/pending/rtcwake.c +++ b/toys/other/rtcwake.c @@ -6,7 +6,7 @@ USE_RTCWAKE(NEWTOY(rtcwake, "(list-modes);(auto)a(device)d:(local)l(mode)m:(seco config RTCWAKE bool "rtcwake" - default n + default y help usage: rtcwake [-aluv] [-d FILE] [-m MODE] [-s SECS] [-t UNIX] |