Skip to content

Commit

Permalink
Removing 'all' from the help wording for host-whitelist (as that no l…
Browse files Browse the repository at this point in the history
…onger an option) (hyperledger#1303)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
  • Loading branch information
CjHare authored Apr 18, 2019
1 parent 704384f commit b5a2693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void setBootnodes(final List<String> values) {
names = {"--host-whitelist"},
paramLabel = "<hostname>[,<hostname>...]... or * or all",
description =
"Comma separated list of hostnames to whitelist for JSON-RPC access, or * or all to accept any host (default: ${DEFAULT-VALUE})",
"Comma separated list of hostnames to whitelist for JSON-RPC access, or * to accept any host (default: ${DEFAULT-VALUE})",
defaultValue = "localhost,127.0.0.1")
private final JsonRPCWhitelistHostsProperty hostsWhitelist = new JsonRPCWhitelistHostsProperty();

Expand Down

0 comments on commit b5a2693

Please sign in to comment.