From 51c43f430c92cecfa77e170bdab4d0c58a8fc754 Mon Sep 17 00:00:00 2001 From: Jussi Virtanen Date: Sun, 28 Oct 2018 08:40:42 +0200 Subject: [PATCH] Fix --rinkeby command description (#198) --- .../main/java/tech/pegasys/pantheon/cli/PantheonCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantheon/src/main/java/tech/pegasys/pantheon/cli/PantheonCommand.java b/pantheon/src/main/java/tech/pegasys/pantheon/cli/PantheonCommand.java index 3c5f7dd69a..1a1b8d75aa 100644 --- a/pantheon/src/main/java/tech/pegasys/pantheon/cli/PantheonCommand.java +++ b/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;