diff --git a/src/init.cpp b/src/init.cpp --- a/src/init.cpp +++ b/src/init.cpp @@ -926,10 +926,13 @@ DEFAULT_REST_ENABLE), false, OptionsCategory::RPC); gArgs.AddArg( - "-rpcbind=", - _("Bind to given address to listen for JSON-RPC connections. Use " - "[host]:port notation for IPv6. This option can be specified " - "multiple times (default: bind to all interfaces)"), + "-rpcbind=[:port]", + _("Bind to given address to listen for JSON-RPC connections. This " + "option is ignored unless -rpcallowip is also passed. Port is " + "optional and overrides -rpcport. Use [host]:port notation for IPv6. " + "This option can be specified multiple times (default: 127.0.0.1 and " + "::1 i.e., localhost, or if -rpcallowip has been specified, 0.0.0.0 " + "and :: i.e., all addresses)"), false, OptionsCategory::RPC); gArgs.AddArg("-rpccookiefile=", _("Location of the auth cookie (default: data dir)"), false,