diff options
author | Rob Landley <rob@landley.net> | 2019-02-05 08:40:34 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-02-05 08:40:34 -0600 |
commit | cea6a95c467dfcc1cc82ef3df0f76fccb85f5f04 (patch) | |
tree | be2a59d8ec0926233552e7e6c971919ec321cb46 | |
parent | 54f0fc8a266bfb88923ecb00bed268ac899459c1 (diff) | |
download | toybox-cea6a95c467dfcc1cc82ef3df0f76fccb85f5f04.tar.gz |
Promote sntp to net.
-rw-r--r-- | toys/net/sntp.c (renamed from toys/pending/sntp.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/sntp.c b/toys/net/sntp.c index f1415332..edccd209 100644 --- a/toys/pending/sntp.c +++ b/toys/net/sntp.c @@ -10,7 +10,7 @@ USE_SNTP(NEWTOY(sntp, "m:Sp:asdDqr#<4>17=10[!as]", TOYFLAG_USR|TOYFLAG_BIN)) config SNTP bool "sntp" - default n + default y help usage: sntp [-saSdDqm] [-r SHIFT] [-m ADDRESS] [-p PORT] [SERVER] |