Skip to content

Commit

Permalink
cmd: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Sep 15, 2023
1 parent b84ba11 commit 53faa2a
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 53faa2a

Please sign in to comment.