diff options
-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] |