summaryrefslogtreecommitdiffstats
path: root/sq
diff options
context:
space:
mode:
Diffstat (limited to 'sq')
-rw-r--r--sq/src/sq-usage.rs2
-rw-r--r--sq/src/sq_cli.rs3
2 files changed, 2 insertions, 3 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 4a4635aa..3442bd0c 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -1205,8 +1205,6 @@
//!
//! SUBCOMMANDS:
//! generate Generates a Web Key Directory for the given domain and keys.
-//! If the WKD exists, the new keys will be inserted and it is
-//! updated and existing ones will be updated.
//! get Queries for certs using Web Key Directory
//! help Print this message or the help of the given subcommand(s)
//! url Prints the Web Key Directory URL of an email address.
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index 0e50d26f..02400928 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -2056,7 +2056,8 @@ pub struct WkdGetCommand {
#[derive(Debug, Args)]
#[clap(
- about = "Generates a Web Key Directory for the given domain and keys. \
+ about = "Generates a Web Key Directory for the given domain and keys.",
+ long_about = "Generates a Web Key Directory for the given domain and keys. \
If the WKD exists, the new keys will be inserted and it \
is updated and existing ones will be updated.",
)]