]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
client: improve help message for sources command
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 9 Sep 2020 06:36:59 +0000 (08:36 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 10 Sep 2020 07:36:35 +0000 (09:36 +0200)
client.c

index 03b72c15b765059f1e9884c400028028d383c8f9..d11796927e7743de0c068d9a6940fc88472b9625 100644 (file)
--- 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");