[git commit] ntpd: tweak help text

Denys Vlasenko vda.linux at googlemail.com
Thu Mar 5 13:04:44 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=3c31b092ac21c09ce6c76111bceba00debe300c3
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/ntpd.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/networking/ntpd.c b/networking/ntpd.c
index 0247abb..0233ed8 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -53,7 +53,8 @@
 //usage:     "\n	-S PROG	Run PROG after stepping time, stratum change, and every 11 mins"
 //usage:     "\n	-p PEER	Obtain time from PEER (may be repeated)"
 //usage:	IF_FEATURE_NTPD_CONF(
-//usage:     "\n		If -p is not given, read /etc/ntp.conf"
+//usage:     "\n		If -p is not given, 'server HOST' lines"
+//usage:     "\n		from /etc/ntp.conf are used"
 //usage:	)
 //usage:	IF_FEATURE_NTPD_SERVER(
 //usage:     "\n	-l	Also run as server on port 123"


More information about the busybox-cvs mailing list