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.rs38
1 files changed, 38 insertions, 0 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 731dcfbf..d257b58a 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -30,6 +30,7 @@
//! merge-signatures Merges two signatures
//! keyserver Interacts with keyservers
//! autocrypt Autocrypt support
+//! certring Manipulates certificate rings
//! dearmor Removes ASCII Armor from a file
//! enarmor Applies ASCII Armor to a file
//! help Prints this message or the help of the given subcommand(s)
@@ -428,6 +429,43 @@
//! <FILE> Sets the input file to use
//! ```
//!
+//! ## Subcommand certring
+//!
+//! ```text
+//! Manipulates certificate rings
+//!
+//! USAGE:
+//! sq certring <SUBCOMMAND>
+//!
+//! FLAGS:
+//! -h, --help Prints help information
+//! -V, --version Prints version information
+//!
+//! SUBCOMMANDS:
+//! help Prints this message or the help of the given subcommand(s)
+//! split Splits a certring into individual certs
+//! ```
+//!
+//! ### Subcommand certring split
+//!
+//! ```text
+//! Splits a certring into individual certs
+//!
+//! USAGE:
+//! sq certring split [OPTIONS] [FILE]
+//!
+//! FLAGS:
+//! -h, --help Prints help information
+//! -V, --version Prints version information
+//!
+//! OPTIONS:
+//! -p, --prefix <FILE> Sets the prefix to use for output files (defaults to the input filename with a dash, or
+//! 'output' if certring is read from stdin)
+//!
+//! ARGS:
+//! <FILE> Sets the input file to use
+//! ```
+//!
//! ## Subcommand dearmor
//!
//! ```text