Correctly specify the option's name
- When specifying a log-option's name, don't include a leading `--`.
This commit is contained in:
parent
b9c53e19a5
commit
0742ef8647
@ -255,7 +255,7 @@ pub struct ListCommand {
|
|||||||
)]
|
)]
|
||||||
pub input: Option<String>,
|
pub input: Option<String>,
|
||||||
#[clap(
|
#[clap(
|
||||||
long = "--all-userids",
|
long = "all-userids",
|
||||||
help = "Lists all user ids",
|
help = "Lists all user ids",
|
||||||
long_help = "Lists all user ids, even those that are \
|
long_help = "Lists all user ids, even those that are \
|
||||||
expired, revoked, or not valid under the \
|
expired, revoked, or not valid under the \
|
||||||
|
Loading…
Reference in New Issue
Block a user