summaryrefslogtreecommitdiffstats
path: root/sq/src/sq_cli/keyserver.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq_cli/keyserver.rs')
-rw-r--r--sq/src/sq_cli/keyserver.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/sq/src/sq_cli/keyserver.rs b/sq/src/sq_cli/keyserver.rs
index d4647ba2..d0169cf2 100644
--- a/sq/src/sq_cli/keyserver.rs
+++ b/sq/src/sq_cli/keyserver.rs
@@ -22,10 +22,11 @@ pub struct Command {
#[clap(
short,
long,
+ default_value = "hkps://keys.openpgp.org",
value_name = "URI",
help = "Sets the keyserver to use",
)]
- pub server: Option<String>,
+ pub server: String,
#[clap(subcommand)]
pub subcommand: Subcommands,
}