Skip to content

Commit

Permalink
chore: restore beaconBootnodes description
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 16, 2024
1 parent 7ab5524 commit 51feea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prover/src/cli/cmds/start/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const startOptions: CliCommandOptions<StartArgs> = {
},

beaconBootnodes: {
description: "Urls of beacon bootnodes to connect to.",
description: "The beacon node PRC urls for 'p2p' mode.",
type: "string",
array: true,
conflicts: ["beaconUrls"],
Expand Down

0 comments on commit 51feea7

Please sign in to comment.