]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Update chronyc help text
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 6 Dec 2010 14:01:01 +0000 (15:01 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 7 Dec 2010 15:47:57 +0000 (16:47 +0100)
client.c

index c5bc047cab08545a5f5a3b23d7ea029d3b351655..ecea90ca5e25a683f07560bb80c824236341cd58 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1222,6 +1222,7 @@ give_help(void)
   printf("manual list : Show previous settime entries\n");
   printf("maxdelay <address> <new-max-delay> : Modify maximum round-trip valid sample delay for source\n");
   printf("maxdelayratio <address> <new-max-ratio> : Modify max round-trip delay ratio for source\n");
+  printf("maxdelaydevratio <address> <new-max-ratio> : Modify max round-trip delay dev ratio for source\n");
   printf("maxpoll <address> <new-maxpoll> : Modify maximum polling interval of source\n");
   printf("maxupdateskew <new-max-skew> : Modify maximum skew for a clock frequency update to be made\n");
   printf("minpoll <address> <new-minpoll> : Modify minimum polling interval of source\n");
@@ -1229,6 +1230,7 @@ give_help(void)
   printf("offline [<mask>/<masked-address>] : Set sources in subnet to offline status\n");
   printf("online [<mask>/<masked-address>] : Set sources in subnet to online status\n");
   printf("password [<new-password>] : Set command authentication password\n");
+  printf("polltarget <address> <new-poll-target> : Modify poll target of source\n");
   printf("rtcdata : Print current RTC performance parameters\n");
   printf("settime <date/time (e.g. Nov 21, 1997 16:30:05 or 16:30:05)> : Manually set the daemon time\n");
   printf("sources [-v] : Display information about current sources\n");