From: Miroslav Lichvar Date: Tue, 4 Nov 2025 11:14:37 +0000 (+0100) Subject: client: fix typo in selectdata help text X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fchrony.git client: fix typo in selectdata help text --- diff --git a/client.c b/client.c index 439c72cb..3b924da8 100644 --- a/client.c +++ b/client.c @@ -2579,7 +2579,7 @@ process_cmd_selectdata(char *line) printf( " . State: N - noselect, s - unsynchronised, M - missing samples, r - stratum\n"); printf( " / d/D - large distance, ~ - jittery, w/W - waits for others,\n"); printf( "| S - stale, O - orphan, T - not trusted, P - not preferred,\n"); - printf( "| U - waits for update,, x - falseticker, + - combined, * - best.\n"); + printf( "| U - waits for update, x - falseticker, + - combined, * - best.\n"); printf( "| Effective options ---------. (N - noselect, P - prefer\n"); printf( "| Configured options ----. \\ T - trust, R - require)\n"); printf( "| Auth. enabled (Y/N) -. \\ \\ Offset interval --.\n");