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

@ -5,7 +5,7 @@ use clap::Clap;
#[derive(Clap, Debug)]
pub struct Unlink {
/// Name of the queue
#[clap(value_name = "QNAME")]
#[clap(value_name = "QUEUE")]
pub queue: String,
}