aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorLuca Zeug <luclu@users.noreply.github.com>2016-11-29 22:23:11 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-11-29 22:23:11 +0800
commit3363a1c2277ccd3aee9e05850accd8c50e016bfa (patch)
treea1f2cd21fff99b24201f7ee26cada1fae3767343 /cmd
parentfc9939c4e12e17d3b43d4238ddfd768b2edbf0dc (diff)
downloadgo-tangerine-3363a1c2277ccd3aee9e05850accd8c50e016bfa.tar
go-tangerine-3363a1c2277ccd3aee9e05850accd8c50e016bfa.tar.gz
go-tangerine-3363a1c2277ccd3aee9e05850accd8c50e016bfa.tar.bz2
go-tangerine-3363a1c2277ccd3aee9e05850accd8c50e016bfa.tar.lz
go-tangerine-3363a1c2277ccd3aee9e05850accd8c50e016bfa.tar.xz
go-tangerine-3363a1c2277ccd3aee9e05850accd8c50e016bfa.tar.zst
go-tangerine-3363a1c2277ccd3aee9e05850accd8c50e016bfa.zip
cmd/utils: update helpscreen's testnet description (#3377)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/utils/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go
index 01a742d85..9df891f78 100644
--- a/cmd/utils/flags.go
+++ b/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",