Rename queue help name

This commit is contained in:
finga 2021-06-20 02:00:08 +02:00
parent 3572b12a1a
commit 9b52305285
5 changed files with 5 additions and 5 deletions

View file

@ -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")]