aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-03-05 14:04:44 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2015-03-05 14:04:44 +0100
commit3c31b092ac21c09ce6c76111bceba00debe300c3 (patch)
tree10557306387e645b83c88c62a6134b3bcbfdf65e
parent2ec4f44225f18bc00732cac21f3fde9d3dc2f29f (diff)
downloadbusybox-w32-3c31b092ac21c09ce6c76111bceba00debe300c3.tar.gz
busybox-w32-3c31b092ac21c09ce6c76111bceba00debe300c3.tar.bz2
busybox-w32-3c31b092ac21c09ce6c76111bceba00debe300c3.zip
ntpd: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/ntpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c
index 0247abb6c..0233ed82c 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -53,7 +53,8 @@
53//usage: "\n -S PROG Run PROG after stepping time, stratum change, and every 11 mins" 53//usage: "\n -S PROG Run PROG after stepping time, stratum change, and every 11 mins"
54//usage: "\n -p PEER Obtain time from PEER (may be repeated)" 54//usage: "\n -p PEER Obtain time from PEER (may be repeated)"
55//usage: IF_FEATURE_NTPD_CONF( 55//usage: IF_FEATURE_NTPD_CONF(
56//usage: "\n If -p is not given, read /etc/ntp.conf" 56//usage: "\n If -p is not given, 'server HOST' lines"
57//usage: "\n from /etc/ntp.conf are used"
57//usage: ) 58//usage: )
58//usage: IF_FEATURE_NTPD_SERVER( 59//usage: IF_FEATURE_NTPD_SERVER(
59//usage: "\n -l Also run as server on port 123" 60//usage: "\n -l Also run as server on port 123"