Fix readme and clap help

This commit is contained in:
finga 2021-06-26 23:09:40 +02:00
parent 8be1b23bad
commit ac115a6966
3 changed files with 3 additions and 2 deletions

View file

@ -23,6 +23,7 @@ pub struct Recv {
/// Deadline until messages are received (format: "%Y-%m-%d %H:%M:%S")
#[clap(short, long, conflicts_with = "timeout")]
pub deadline: Option<String>,
/// Name of the queue
#[clap(value_name = "QUEUE")]
pub queue: String,
}