aboutsummaryrefslogtreecommitdiff
path: root/toys/net
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-03-12 18:18:06 -0700
committerRob Landley <rob@landley.net>2020-03-13 00:52:32 -0500
commit0fe9185c669b95ae58cfce6373348e2d9a7e1cfa (patch)
treeb941867a5c42358b263b1df8fe558b37a652628a /toys/net
parentf1142e5b6d86eb918bd0176b28544e6110bc9e2f (diff)
downloadtoybox-0fe9185c669b95ae58cfce6373348e2d9a7e1cfa.tar.gz
Fix various typos.
In case I'm not yet in the running for the most pedantic change of this release, I think the "days of the week are written with initial capitals in English" subset of this patch is a strong contender. (Found via `toybox help -a | ispell -l | sort | uniq`.)
Diffstat (limited to 'toys/net')
-rw-r--r--toys/net/sntp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/net/sntp.c b/toys/net/sntp.c
index 0cb0b7b4..19e131f7 100644
--- a/toys/net/sntp.c
+++ b/toys/net/sntp.c
@@ -21,7 +21,7 @@ config SNTP
-a Adjust system clock gradually
-S Serve time instead of querying (bind to SERVER address if specified)
-m Wait for updates from multicast ADDRESS (RFC 4330 default 224.0.1.1)
- -M Multicast server on ADDRESS (deault 224.0.0.1)
+ -M Multicast server on ADDRESS (default 224.0.0.1)
-t TTL (multicast only, default 1)
-d Daemonize (run in background re-querying )
-D Daemonize but stay in foreground: re-query time every 1000 seconds