summaryrefslogtreecommitdiffstats
path: root/sq/src/sq_cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq_cli.rs')
-rw-r--r--sq/src/sq_cli.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index d154ac5c..e9904085 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -23,9 +23,10 @@ pub fn configure(
feature_autocrypt: bool,
) -> App<'static, 'static> {
let version = Box::leak(
- format!("{} (sequoia-openpgp {})",
+ format!("{} (sequoia-openpgp {}, using {})",
env!("CARGO_PKG_VERSION"),
- sequoia_openpgp::VERSION)
+ sequoia_openpgp::VERSION,
+ sequoia_openpgp::crypto::backend())
.into_boxed_str()) as &str;
let app = app