Align the keyserver options between sq lookup and sq keyserver.
This commit is contained in:
parent
67b65ba55a
commit
712add9679
@ -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)]
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user