Fix wrong help message
This commit is contained in:
parent
3e437b59be
commit
8be1b23bad
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub struct Send {
|
||||||
/// Timeout in "<timeout>[s]" (default) or "<timeout>ms"
|
/// Timeout in "<timeout>[s]" (default) or "<timeout>ms"
|
||||||
#[clap(short = 'o', long, conflicts_with = "deadline")]
|
#[clap(short = 'o', long, conflicts_with = "deadline")]
|
||||||
pub timeout: Option<String>,
|
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")]
|
#[clap(short, long, conflicts_with = "timeout")]
|
||||||
pub deadline: Option<String>,
|
pub deadline: Option<String>,
|
||||||
/// Name of the queue
|
/// Name of the queue
|
||||||
|
|
Loading…
Reference in a new issue