From c88ac568b36bafed81b3526da95685fb5c366d4d Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Mon, 26 Oct 2020 10:41:57 -0600 Subject: [PATCH] Fixed no_advertise comment in `nats-server -help` Resolves #1647 [ci skip] Signed-off-by: Ivan Kozlovic --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index dcc0751b..b6d4e8fc 100644 --- a/main.go +++ b/main.go @@ -67,7 +67,7 @@ Cluster Options: --routes Routes to solicit and connect --cluster Cluster URL for solicited routes --cluster_name Cluster Name, if not set one will be dynamically generated - --no_advertise Advertise known cluster IPs to clients + --no_advertise Do not advertise known cluster information to clients --cluster_advertise Cluster URL to advertise to other servers --connect_retries For implicit routes, number of connect retries