diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-31 12:47:07 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-31 12:47:27 +0100 |
commit | 59a5604a795ef5ba850e99a3aafc5b015dd237a1 (patch) | |
tree | a2f7a25dc7bcca077f4932d96bece057c8bc547f | |
parent | 6a4f2231221c2c4f7ca82f081f442e31a6cfd051 (diff) |
ntpd: mention in help text that -d can be repeated
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/ntpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index e0c9810a1..add282b1d 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -71,7 +71,7 @@ //usage: "[-dnqNw"IF_FEATURE_NTPD_SERVER("l -I IFACE")"] [-S PROG] [-p PEER]..." //usage:#define ntpd_full_usage "\n\n" //usage: "NTP client/server\n" -//usage: "\n -d Verbose" +//usage: "\n -d Verbose (may be repeated)" //usage: "\n -n Do not daemonize" //usage: "\n -q Quit after clock is set" //usage: "\n -N Run at high priority" |