Revert argument long form.
- Renaming the struct field also changed the long form option, undo
this by explicitly specifying it.
- Fixes 337589fe9e
.
This commit is contained in:
parent
68353596cf
commit
f3757c004e
@ -15,7 +15,7 @@ use super::types::FileOrStdout;
|
||||
pub struct Command {
|
||||
#[clap(
|
||||
short,
|
||||
long,
|
||||
long = "server",
|
||||
default_value = "hkps://keys.openpgp.org",
|
||||
value_name = "URI",
|
||||
help = "Sets the keyserver to use",
|
||||
|
Loading…
Reference in New Issue
Block a user