summaryrefslogtreecommitdiffstats
path: root/sq
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-06-08 18:03:20 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2022-06-10 11:00:02 +0200
commitb3ce39145783c8bcfcd27aa4a26f1cfd45bbd661 (patch)
treed55e42ab2e4fe8e662720af65f26ddc0fc78bae4 /sq
parent990d3cc525773f3464fc0dbeba210bb24de63b6a (diff)
sq: Add actual short about to sq wkd generate.
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.",
)]