From b3ce39145783c8bcfcd27aa4a26f1cfd45bbd661 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Wed, 8 Jun 2022 18:03:20 +0200 Subject: sq: Add actual short about to sq wkd generate. --- sq/src/sq-usage.rs | 2 -- sq/src/sq_cli.rs | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'sq') 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.", )] -- cgit v1.2.3