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.rs25
1 files changed, 22 insertions, 3 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 9121ce29..808d01bd 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -477,9 +477,10 @@
//! -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)
+//! adopt Bind keys from one certificate to another.
+//! attest-certifications Attests third-party certifications allowing for their distribution
+//! generate Generates a new key
+//! help Prints this message or the help of the given subcommand(s)
//! ```
//!
//! ### Subcommand key adopt
@@ -503,6 +504,24 @@
//! <CERT> The certificate to add keys to.
//! ```
//!
+//! ### Subcommand key attest-certifications
+//!
+//! ```text
+//! Attests third-party certifications allowing for their distribution
+//!
+//! USAGE:
+//! sq key attest-certifications [FLAGS] <KEY>
+//!
+//! FLAGS:
+//! --all Attest to all certifications
+//! -h, --help Prints help information
+//! --none Remove all prior attestations
+//! -V, --version Prints version information
+//!
+//! ARGS:
+//! <KEY> Change attestations on this key.
+//! ```
+//!
//! ### Subcommand key generate
//!
//! ```text