Skip to content

Commit

Permalink
Merge pull request #135 from celo-org/palango/typo
Browse files Browse the repository at this point in the history
cmd: Fix typos
  • Loading branch information
protolambda authored Sep 19, 2023
2 parents b84ba11 + 53faa2a commit a87a03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,12 @@ var (
}
OverrideOptimismBedrock = &flags.BigFlag{
Name: "override.bedrock",
Usage: "Manually specify OptimsimBedrock, overriding the bundled setting",
Usage: "Manually specify OptimismBedrock, overriding the bundled setting",
Category: flags.EthCategory,
}
OverrideOptimismRegolith = &flags.BigFlag{
Name: "override.regolith",
Usage: "Manually specify the OptimsimRegolith fork timestamp, overriding the bundled setting",
Usage: "Manually specify the OptimismRegolith fork timestamp, overriding the bundled setting",
Category: flags.EthCategory,
}
OverrideOptimism = &cli.BoolFlag{
Expand Down

0 comments on commit a87a03e

Please sign in to comment.