Skip to content

Commit

Permalink
style(blob-propagation-jobs-cli): fix flag description typo
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Castellano <pablo@anche.no>
  • Loading branch information
PJColombo and PabloCastellano authored Nov 27, 2024
1 parent c804d07 commit 3ea9885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clis/blob-propagation-jobs-cli/src/commands/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const createCommandOptDefs: commandLineArgs.OptionDefinition[] = [
},
{
...blockRangeOptionDefs.to,
description: "Block number to which to retrieve blobs to create jobs for.",
description: "Block number to which to retrieve blobs for creating jobs.",
},
];

Expand Down

0 comments on commit 3ea9885

Please sign in to comment.