Correctly specify the option's name

- When specifying a log-option's name, don't include a leading
    `--`.
This commit is contained in:
Neal H. Walfield 2023-03-17 09:22:47 +01:00
parent b9c53e19a5
commit 0742ef8647
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3

View File

@ -255,7 +255,7 @@ pub struct ListCommand {
)]
pub input: Option<String>,
#[clap(
long = "--all-userids",
long = "all-userids",
help = "Lists all user ids",
long_help = "Lists all user ids, even those that are \
expired, revoked, or not valid under the \