summaryrefslogtreecommitdiffstats
path: root/sq/src/sq-usage.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-06 12:38:13 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-06 12:38:13 +0100
commitc3eed60467ebb02df55d90eecdc08827b2f485c8 (patch)
tree0cb44646bd12b885f3862746bc3359493bafee7f /sq/src/sq-usage.rs
parent1bbad042ec6047737e214d37aeb261431f170d39 (diff)
sq: Implement 'certring join'.
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 d257b58a..7a909bb6 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -443,9 +443,30 @@
//!
//! SUBCOMMANDS:
//! help Prints this message or the help of the given subcommand(s)
+//! join Joins certs into a certring
//! split Splits a certring into individual certs
//! ```
//!
+//! ### Subcommand certring join
+//!
+//! ```text
+//! Joins certs into a certring
+//!
+//! USAGE:
+//! sq certring join [FLAGS] [OPTIONS] [FILE]...
+//!
+//! FLAGS:
+//! -B, --binary Don't ASCII-armor the certring
+//! -h, --help Prints help information
+//! -V, --version Prints version information
+//!
+//! OPTIONS:
+//! -o, --output <FILE> Sets the output file to use
+//!
+//! ARGS:
+//! <FILE>... Sets the input files to use
+//! ```
+//!
//! ### Subcommand certring split
//!
//! ```text