Skip to content

Commit

Permalink
Caplin: Fixed flag usage (#11564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored Aug 12, 2024
1 parent 647a72f commit 1f24de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ var (

BeaconAPIFlag = cli.StringSliceFlag{
Name: "beacon.api",
Usage: "Enable beacon API (avaiable endpoints: beacon, builder, config, debug, events, node, validator, rewards, lighthouse)",
Usage: "Enable beacon API (avaiable endpoints: beacon, builder, config, debug, events, node, validator, lighthouse)",
}
BeaconApiProtocolFlag = cli.StringFlag{
Name: "beacon.api.protocol",
Expand Down

0 comments on commit 1f24de6

Please sign in to comment.