From 6fe4a60a1da0b0ca20091369727439d6f5c177c1 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 4 Nov 2025 12:14:37 +0100 Subject: [PATCH] client: fix typo in selectdata help text --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.3