From 9d3c74948a44e361ad91187b609ddcfceb60e8f8 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Mon, 19 Dec 2022 09:59:09 +0100 Subject: [PATCH] cli UPDATE clarify listen host parameter Refs #1328 --- cli/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands.c b/cli/commands.c index d7ec8189..051390a2 100644 --- a/cli/commands.c +++ b/cli/commands.c @@ -677,7 +677,7 @@ static void cmd_listen_help(void) { #if defined (NC_ENABLED_SSH) && defined (NC_ENABLED_TLS) - printf("listen [--help] [--timeout ] [--host ] [--port ]\n"); + printf("listen [--help] [--timeout ] [--host ] [--port ]\n"); printf(" SSH [--ssh] [--login ]\n"); printf(" TLS --tls [--cert [--key ]] [--trusted ] [--peername ]\n"); #elif defined (NC_ENABLED_SSH)