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.rs17
1 files changed, 17 insertions, 0 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 7a909bb6..59844351 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -444,6 +444,7 @@
//! SUBCOMMANDS:
//! help Prints this message or the help of the given subcommand(s)
//! join Joins certs into a certring
+//! list Lists certs in a certring
//! split Splits a certring into individual certs
//! ```
//!
@@ -467,6 +468,22 @@
//! <FILE>... Sets the input files to use
//! ```
//!
+//! ### Subcommand certring list
+//!
+//! ```text
+//! Lists certs in a certring
+//!
+//! USAGE:
+//! sq certring list [FILE]
+//!
+//! FLAGS:
+//! -h, --help Prints help information
+//! -V, --version Prints version information
+//!
+//! ARGS:
+//! <FILE> Sets the input file to use
+//! ```
+//!
//! ### Subcommand certring split
//!
//! ```text