From c6c833fb9c53aae8a5b5f70e19a5477e5a3af65a Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 29 Sep 2015 16:18:06 +0200 Subject: [PATCH] client: update help text --- client.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client.c b/client.c index 28a5fc2..ea47582 100644 --- 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 [ ]\0Configure automatic clock stepping\0" + "makestep \0Configure automatic clock stepping\0" "maxupdateskew \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
\0Modify minimum stratum\0" "offline [/
]\0Set sources in subnet to offline status\0" "online [/
]\0Set sources in subnet to online status\0" - "polltarget
\0Modify poll target of source\0" + "polltarget
\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"