Fix --rinkeby command description (#198)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Jussi Virtanen 6 years ago committed by Adrian Sutton
parent 8f3080267e
commit ff6e4b9356
  1. 2
      pantheon/src/main/java/tech/pegasys/pantheon/cli/PantheonCommand.java

@ -226,7 +226,7 @@ public class PantheonCommand implements Runnable {
names = {"--rinkeby"},
description =
"Use the Rinkeby test network"
+ "- see https://github.com/ethereum/EIPs/issues/225 (default: ${DEFAULT-VALUE})"
+ " - see https://github.com/ethereum/EIPs/issues/225 (default: ${DEFAULT-VALUE})"
)
private final Boolean rinkeby = false;

Loading…
Cancel
Save