Improve help text
This commit is contained in:
parent
d88d69bbb1
commit
f0fb50bc24
3 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ use humantime::Duration;
|
|||
/// Send a message to a message queue
|
||||
#[derive(Clap, Debug)]
|
||||
pub struct Send {
|
||||
/// Use priority PRIO, PRIO >= 0
|
||||
/// Set a different priority, priority >= 0
|
||||
#[clap(short, long, default_value = "0")]
|
||||
pub priority: u32,
|
||||
/// Do not block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue