mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:35:06 -05:00
client: improve help message for sources command
This commit is contained in:
4
client.c
4
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");
|
||||
|
||||
Reference in New Issue
Block a user