]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
client: update help text
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 29 Sep 2015 14:18:06 +0000 (16:18 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 29 Sep 2015 14:42:21 +0000 (16:42 +0200)
client.c

index 28a5fc262520c5b34e80f1531a31c1d838dde360..ea47582b6e4d59722a6852269e32208c15c8b775 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1189,7 +1189,7 @@ give_help(void)
     "System clock:\0\0"
     "tracking\0Display system time information\0"
     "makestep\0Correct clock by stepping immediately\0"
-    "makestep [<threshold> <updates>]\0Configure automatic clock stepping\0"
+    "makestep <threshold> <updates>\0Configure automatic clock stepping\0"
     "maxupdateskew <skew>\0Modify maximum valid skew to update frequency\0"
     "waitsync [max-tries [max-correction [max-skew]]]\0"
                           "Wait until synchronised in specified limits\0"
@@ -1213,7 +1213,8 @@ give_help(void)
     "minstratum <address> <stratum>\0Modify minimum stratum\0"
     "offline [<mask>/<address>]\0Set sources in subnet to offline status\0"
     "online [<mask>/<address>]\0Set sources in subnet to online status\0"
-    "polltarget <address> <target>\0Modify poll target of source\0"
+    "polltarget <address> <target>\0Modify poll target\0"
+    "refresh\0Refresh IP addresses\0"
     "\0\0"
     "Manual time input:\0\0"
     "manual off|on|reset\0Disable/enable/reset settime command\0"