Rename queue help name
This commit is contained in:
parent
3572b12a1a
commit
9b52305285
5 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ pub struct Send {
|
|||
#[clap(short, long)]
|
||||
pub non_blocking: bool,
|
||||
/// Name of the queue
|
||||
#[clap(value_name = "QNAME")]
|
||||
#[clap(value_name = "QUEUE")]
|
||||
pub queue: String,
|
||||
/// Message to be sent to the queue
|
||||
#[clap(value_name = "MESSAGE")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue