diff --git a/packages/cli/src/cmds/validator/options.ts b/packages/cli/src/cmds/validator/options.ts index b351e374ed88..82ac897e0325 100644 --- a/packages/cli/src/cmds/validator/options.ts +++ b/packages/cli/src/cmds/validator/options.ts @@ -257,7 +257,8 @@ export const validatorOptions: CliCommandOptions = { useProduceBlockV3: { type: "boolean", - description: "Enable/disable usage of produceBlockV3 pre deneb that might not be supported by all beacon clients yet", + description: + "Enable/disable usage of produceBlockV3 pre deneb that might not be supported by all beacon clients yet", defaultDescription: `${defaultOptions.useProduceBlockV3}`, },