From 20dcfec4c7acf2f1b979117a1b905c31dc90d057 Mon Sep 17 00:00:00 2001 From: NC Date: Tue, 24 Oct 2023 12:43:53 +0800 Subject: [PATCH] Update packages/cli/src/options/beaconNodeOptions/execution.ts Co-authored-by: Nico Flaig --- packages/cli/src/options/beaconNodeOptions/execution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/options/beaconNodeOptions/execution.ts b/packages/cli/src/options/beaconNodeOptions/execution.ts index a051d65de076..e5446de3b2ba 100644 --- a/packages/cli/src/options/beaconNodeOptions/execution.ts +++ b/packages/cli/src/options/beaconNodeOptions/execution.ts @@ -85,7 +85,7 @@ export const options: CliCommandOptions = { "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", },