Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 24, 2024
1 parent dcaed66 commit 69b07c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ pub fn get_subcommands() -> [Command; 1] {
.short('q')
.long("queue")
.required(true)
.help("Queue name"),
.help("Target queue or stream name"),
)
.arg(
Arg::new("count")
Expand Down

0 comments on commit 69b07c5

Please sign in to comment.