Fix wrong help message

This commit is contained in:
finga 2021-06-22 01:39:24 +02:00
parent 3e437b59be
commit 8be1b23bad

View file

@ -15,7 +15,7 @@ pub struct Send {
/// Timeout in "<timeout>[s]" (default) or "<timeout>ms"
#[clap(short = 'o', long, conflicts_with = "deadline")]
pub timeout: Option<String>,
/// Deadline until messages are received (format: "%Y-%m-%d %H:%M:%S")
/// Deadline until messages are sent (format: "%Y-%m-%d %H:%M:%S")
#[clap(short, long, conflicts_with = "timeout")]
pub deadline: Option<String>,
/// Name of the queue