Skip to content

Commit

Permalink
Fix flag desc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Oct 11, 2024
1 parent 93cbaef commit f816a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-withdrawer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
}
PortalAddressFlag = &cli.StringFlag{
Name: "portal-address",
Usage: "Path to the config file",
Usage: "Optimism Portal address",
EnvVars: []string{"PORTAL_ADDRESS"},
Required: true,
}
Expand Down

0 comments on commit f816a1f

Please sign in to comment.