text change (#437)

Sally MacFarlane 6 years ago committed by GitHub
parent e5b859eaf5
commit ed1e97ee71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pantheon/src/main/java/tech/pegasys/pantheon/cli/PantheonCommand.java

@ -404,7 +404,7 @@ public class PantheonCommand implements DefaultCommandValues, Runnable {
names = {"--nodes-whitelist"},
paramLabel = "<enode://id@host:port>",
description =
"Comma separated enode URLs for permissioned networks. You may specify an empty list.",
"Comma separated enode URLs for permissioned networks. Not intended to be used with mainnet or public testnets.",
split = ",",
arity = "0..*",
converter = EnodeToURIPropertyConverter.class

Loading…
Cancel
Save