summaryrefslogtreecommitdiffstats
path: root/sq/src/sq-usage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq-usage.rs')
-rw-r--r--sq/src/sq-usage.rs21
1 files changed, 21 insertions, 0 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 28e3085a..e3d442b9 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -478,10 +478,31 @@
//! -V, --version Prints version information
//!
//! SUBCOMMANDS:
+//! adopt Bind keys from one certificate to another.
//! generate Generates a new key
//! help Prints this message or the help of the given subcommand(s)
//! ```
//!
+//! ### Subcommand key adopt
+//!
+//! ```text
+//! Bind keys from one certificate to another.
+//!
+//! USAGE:
+//! sq key adopt [OPTIONS] <CERT> --key <KEY>...
+//!
+//! FLAGS:
+//! -h, --help Prints help information
+//! -V, --version Prints version information
+//!
+//! OPTIONS:
+//! -k, --key <KEY>... Adds the specified key or subkey to the certificate.
+//! -r, --keyring <KEYRING>... A keyring containing the keys specified in --key.
+//!
+//! ARGS:
+//! <CERT> The certificate to add keys to.
+//! ```
+//!
//! ### Subcommand key generate
//!
//! ```text