mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 18:35:03 +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{
|
||||
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{
|
||||
Name: "rinkeby",
|
||||
|
|
|
|||
Loading…
Reference in a new issue