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

This commit is contained in:
Luca Zeug 2016-11-29 15:23:11 +01:00 committed by Péter Szilágyi
parent fc9939c4e1
commit 3363a1c227
1 changed files with 1 additions and 1 deletions

View File

@ -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",