ntpd: chnage help text about -l to say that it doesn't disable client code
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 2 Mar 2015 19:59:13 +0000 (20:59 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 2 Mar 2015 19:59:13 +0000 (20:59 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ntpd.c

index c016bfc508691ce38f82616b750a598912d99c97..0247abb6c4b08ac45dce5445b0061efb9937b1ac 100644 (file)
 //usage:     "\n       -q      Quit after clock is set"
 //usage:     "\n       -N      Run at high priority"
 //usage:     "\n       -w      Do not set time (only query peers), implies -n"
-//usage:       IF_FEATURE_NTPD_SERVER(
-//usage:     "\n       -l      Run as server on port 123"
-//usage:     "\n       -I IFACE Bind server to IFACE, implies -l"
-//usage:       )
 //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:       )
+//usage:       IF_FEATURE_NTPD_SERVER(
+//usage:     "\n       -l      Also run as server on port 123"
+//usage:     "\n       -I IFACE Bind server to IFACE, implies -l"
+//usage:       )
 
 // -l and -p options are not compatible with "standard" ntpd:
 // it has them as "-l logfile" and "-p pidfile".