From: Miroslav Lichvar Date: Wed, 9 Sep 2020 06:36:59 +0000 (+0200) Subject: client: improve help message for sources command X-Git-Tag: 4.0-pre4~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd7bad467a83bfdc9805f8d7e2d4328a0834121;p=thirdparty%2Fchrony.git client: improve help message for sources command --- diff --git a/client.c b/client.c index 03b72c15..d1179692 100644 --- a/client.c +++ b/client.c @@ -2146,8 +2146,8 @@ process_cmd_sources(char *line) if (verbose) { printf("\n"); printf(" .-- Source mode '^' = server, '=' = peer, '#' = local clock.\n"); - printf(" / .- Source state '*' = current synced, '+' = combined , '-' = not combined,\n"); - printf("| / '?' = unreachable, 'x' = time may be in error, '~' = time too variable.\n"); + printf(" / .- Source state '*' = current best, '+' = combined, '-' = not combined,\n"); + printf("| / 'x' = may be in error, '~' = too variable, '?' = unusable.\n"); printf("|| .- xxxx [ yyyy ] +/- zzzz\n"); printf("|| Reachability register (octal) -. | xxxx = adjusted offset,\n"); printf("|| Log2(Polling interval) --. | | yyyy = measured offset,\n");