Skip to content

Commit f74bb3a

Browse files
authored
cmd/utils: update --ropsten description (#25078)
1 parent a907d7e commit f74bb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ var (
150150
}
151151
RopstenFlag = cli.BoolFlag{
152152
Name: "ropsten",
153-
Usage: "Ropsten network: pre-configured proof-of-work test network",
153+
Usage: "Ropsten network: pre-configured proof-of-stake test network",
154154
}
155155
RinkebyFlag = cli.BoolFlag{
156156
Name: "rinkeby",

0 commit comments

Comments
 (0)