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:
Justus Winter 2023-11-27 16:35:10 +01:00
parent 68353596cf
commit f3757c004e
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -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",