Align the keyserver options between sq lookup and sq keyserver.

This commit is contained in:
Justus Winter 2023-11-28 12:44:43 +01:00
parent 67b65ba55a
commit 712add9679
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ pub struct Command {
long = "server",
default_values_t = DEFAULT_KEYSERVERS.iter().map(ToString::to_string),
value_name = "URI",
help = "Sets the keyserver to use",
help = "Sets the keyserver to use. Can be given multiple times.",
)]
pub servers: Vec<String>,
#[clap(subcommand)]

View File

@ -44,10 +44,10 @@ pub struct Command {
pub binary: bool,
#[clap(
short,
long,
long = "server",
default_values_t = DEFAULT_KEYSERVERS.iter().map(ToString::to_string),
value_name = "URI",
help = "Sets the keyserver to use",
help = "Sets the keyserver to use. Can be given multiple times.",
)]
pub servers: Vec<String>,
#[clap(