Skip to content

Commit

Permalink
Update packages/cli/src/options/beaconNodeOptions/execution.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
ensi321 and nflaig authored Oct 24, 2023
1 parent 40e61e1 commit 20dcfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/options/beaconNodeOptions/execution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const options: CliCommandOptions<ExecutionEngineArgs> = {

"jwtId": {
description:
"An optional identifier to be included in the id field in the claims of the jwt tokens for authentication with EL client's rpc server hosting engine apis",
"An optional identifier to be set in the id field of the claims included in jwt tokens for authentication with EL client's rpc server hosting engine apis",
type: "string",
group: "execution",
},
Expand Down

0 comments on commit 20dcfec

Please sign in to comment.