summaryrefslogtreecommitdiffstats
path: root/sq/src/sq-usage.rs
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-12-22 14:07:21 +0100
committerNeal H. Walfield <neal@pep.foundation>2020-12-22 14:08:58 +0100
commit8117d594fb75fc32b2b2b26cf46fde6758be2203 (patch)
tree5d58a6205535657ea5eabf3dbe6fba912680fcdb /sq/src/sq-usage.rs
parent60c7375eaa93867f1b917d5eef163762ef9dc55e (diff)
sq: Add --allow-broken-crypto to 'sq key adopt'.
- Add an option to `sq key adopt` to allow adopting keys from certificates using broken crypto.
Diffstat (limited to 'sq/src/sq-usage.rs')
-rw-r--r--sq/src/sq-usage.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index e3d442b9..1c968e48 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -489,11 +489,12 @@
//! Bind keys from one certificate to another.
//!
//! USAGE:
-//! sq key adopt [OPTIONS] <CERT> --key <KEY>...
+//! sq key adopt [FLAGS] [OPTIONS] <CERT> --key <KEY>...
//!
//! FLAGS:
-//! -h, --help Prints help information
-//! -V, --version Prints version information
+//! --allow-broken-crypto Allows adopting keys from certificates using broken cryptography.
+//! -h, --help Prints help information
+//! -V, --version Prints version information
//!
//! OPTIONS:
//! -k, --key <KEY>... Adds the specified key or subkey to the certificate.