cmd/utils: update helpscreen's testnet description (#3377)

pull/3251/head
Luca Zeug 8 years ago committed by Péter Szilágyi
parent fc9939c4e1
commit 3363a1c227
  1. 2
      cmd/utils/flags.go

@ -125,7 +125,7 @@ var (
}
TestNetFlag = cli.BoolFlag{
Name: "testnet",
Usage: "Morden network: pre-configured test network with modified starting nonces (replay protection)",
Usage: "Ropsten network: pre-configured test network",
}
DevModeFlag = cli.BoolFlag{
Name: "dev",

Loading…
Cancel
Save