mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 21:16:37 +00:00
cmd/utils: update --ropsten description (#25078)
This commit is contained in:
parent
a907d7e81a
commit
f74bb3a3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ var (
|
||||||
}
|
}
|
||||||
RopstenFlag = cli.BoolFlag{
|
RopstenFlag = cli.BoolFlag{
|
||||||
Name: "ropsten",
|
Name: "ropsten",
|
||||||
Usage: "Ropsten network: pre-configured proof-of-work test network",
|
Usage: "Ropsten network: pre-configured proof-of-stake test network",
|
||||||
}
|
}
|
||||||
RinkebyFlag = cli.BoolFlag{
|
RinkebyFlag = cli.BoolFlag{
|
||||||
Name: "rinkeby",
|
Name: "rinkeby",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue