From bcd7bad467a83bfdc9805f8d7e2d4328a0834121 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 9 Sep 2020 08:36:59 +0200 Subject: [PATCH] client: improve help message for sources command --- client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.c b/client.c index 03b72c1..d117969 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");