Skip to content

Commit

Permalink
ntpd: chnage help text about -l to say that it doesn't disable client…
Browse files Browse the repository at this point in the history
… code

Signed-off-by: Denys Vlasenko <[email protected]>
  • Loading branch information
Denys Vlasenko committed Mar 2, 2015
1 parent 7db2a7c commit 3aef814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions networking/ntpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
//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".
Expand Down

0 comments on commit 3aef814

Please sign in to comment.