Skip to content

Commit

Permalink
cli UPDATE clarify listen host parameter
Browse files Browse the repository at this point in the history
Refs #1328
  • Loading branch information
michalvasko committed Dec 19, 2022
1 parent b1f7bfd commit 9d3c749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ static void
cmd_listen_help(void)
{
#if defined (NC_ENABLED_SSH) && defined (NC_ENABLED_TLS)
printf("listen [--help] [--timeout <sec>] [--host <hostname>] [--port <num>]\n");
printf("listen [--help] [--timeout <sec>] [--host <ip-address>] [--port <num>]\n");
printf(" SSH [--ssh] [--login <username>]\n");
printf(" TLS --tls [--cert <cert_path> [--key <key_path>]] [--trusted <trusted_CA_store.pem>] [--peername <server-hostname>]\n");
#elif defined (NC_ENABLED_SSH)
Expand Down

0 comments on commit 9d3c749

Please sign in to comment.