summaryrefslogtreecommitdiffstats
path: root/tool/src/sq_cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/sq_cli.rs')
-rw-r--r--tool/src/sq_cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/sq_cli.rs b/tool/src/sq_cli.rs
index 70dd4155..933bffa7 100644
--- a/tool/src/sq_cli.rs
+++ b/tool/src/sq_cli.rs
@@ -350,7 +350,7 @@ pub fn build() -> App<'static, 'static> {
.long("cipher-suite")
.short("c")
.possible_values(&["rsa3k", "cv25519"])
- .default_value("rsa3k")
+ .default_value("cv25519")
.help("Cryptographic algorithms used for the key."))
.arg(Arg::with_name("with-password")
.long("with-password")