Fix --rinkeby command description (#198)

Jussi Virtanen 6 years ago committed by Adrian Sutton
parent 388a948e32
commit 51c43f430c
  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