Skip to content

Commit

Permalink
Update packages/wrangler/src/queues/cli/commands/consumer/add.ts
Browse files Browse the repository at this point in the history
Co-authored-by: MrBBot <me@mrbbot.dev>
  • Loading branch information
pmiguel and mrbbot committed Mar 21, 2024
1 parent 9c1ceed commit c9e6b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function options(yargs: CommonYargsArgv) {
"retry-delay": {
type: "number",
describe:
"How long a retried messages should be delayed for, in seconds. Must be a positive integer",
"How long a retried message should be delayed for, in seconds. Must be a positive integer",
number: true,
},
});
Expand Down

0 comments on commit c9e6b8a

Please sign in to comment.