Skip to content

Commit

Permalink
cmd/utils: fix typo in flag description (#30127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschlatter authored Jul 15, 2024
1 parent 4bbe993 commit 169aa91
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 @@ -291,7 +291,7 @@ var (
}
BeaconApiHeaderFlag = &cli.StringSliceFlag{
Name: "beacon.api.header",
Usage: "Pass custom HTTP header fields to the emote beacon node API in \"key:value\" format. This flag can be given multiple times.",
Usage: "Pass custom HTTP header fields to the remote beacon node API in \"key:value\" format. This flag can be given multiple times.",
Category: flags.BeaconCategory,
}
BeaconThresholdFlag = &cli.IntFlag{
Expand Down

0 comments on commit 169aa91

Please sign in to comment.