diff options
author | Rob Landley <rob@landley.net> | 2015-07-10 01:21:28 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-07-10 01:21:28 -0500 |
commit | 78beadd60b81c0b3c92eca38890983a672dbfd93 (patch) | |
tree | 1b16f548659f49ec06acd0c3e9aff9e26a256aed | |
parent | fd4b56a159b9080a329d4471313d636f2b292ad5 (diff) | |
download | toybox-78beadd60b81c0b3c92eca38890983a672dbfd93.tar.gz |
Promote hwclock.
-rw-r--r-- | toys/other/hwclock.c (renamed from toys/pending/hwclock.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/hwclock.c b/toys/other/hwclock.c index d87266af..75e06416 100644 --- a/toys/pending/hwclock.c +++ b/toys/other/hwclock.c @@ -8,7 +8,7 @@ USE_HWCLOCK(NEWTOY(hwclock, ">0(fast)f(rtc):u(utc)l(localtime)t(systz)s(hctosys) config HWCLOCK bool "hwclock" - default n + default y help usage: hwclock [-rswtluf] |