From 8909d2eb222b911cd125467673607e86c40f1ed9 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 20 Aug 2019 12:06:28 +0200 Subject: tool: Fix creation of TPKs w/o encryption subkey. - Fixes #323. --- tool/src/sq_cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/src/sq_cli.rs b/tool/src/sq_cli.rs index 0bbbf3b7..70dd4155 100644 --- a/tool/src/sq_cli.rs +++ b/tool/src/sq_cli.rs @@ -380,12 +380,12 @@ pub fn build() -> App<'static, 'static> { .arg(Arg::with_name("can-encrypt").value_name("PURPOSE") .long("can-encrypt") .possible_values(&["transport", "rest", "all"]) - .default_value("all") .help("The key has an encryption-capable subkey \ (default)")) .arg(Arg::with_name("cannot-encrypt") .long("cannot-encrypt") .help("The key will not be able to encrypt data")) + .arg(Arg::with_name("export").value_name("OUTFILE") .long("export") .short("e") -- cgit v1.2.3