From 784122d44f48a1466944d81ada80441c5395ee36 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 4 Aug 2020 13:04:04 +0200 Subject: [PATCH] client: add missing option to help message --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index 3ac0b86..5be4068 100644 --- a/client.c +++ b/client.c @@ -1245,7 +1245,7 @@ give_help(void) "\0(e.g. Sep 25, 2015 16:30:05 or 16:30:05)\0" "\0\0NTP access:\0\0" "accheck
\0Check whether address is allowed\0" - "clients [-p ] [-r]\0Report on clients that accessed the server\0" + "clients [-p ] [-k] [-r]\0Report on clients that accessed the server\0" "serverstats\0Display statistics of the server\0" "allow []\0Allow access to subnet as a default\0" "allow all []\0Allow access to subnet and all children\0"