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

@ -16,7 +16,7 @@ pub struct Create {
#[clap(short = 's', long)]
msgsize: Option<usize>,
/// Name of the queue
#[clap(value_name = "QNAME")]
#[clap(value_name = "QUEUE")]
queue: String,
}