Diff

prosodyctl @ 11692:d1e7f5b2f524

prosodyctl: Add cert to command listing This hides a whole bunch of subcommands tho, maybe those should be explicitly listed?
author Kim Alvefur <zash@zash.se>
date Thu, 15 Jul 2021 00:37:47 +0200
parent 11691:a6c18f434d7b
child 11693:7c03b1f4c388
line wrap: on
line diff
--- a/prosodyctl	Thu Jul 15 00:35:57 2021 +0200
+++ b/prosodyctl	Thu Jul 15 00:37:47 2021 +0200
@@ -664,10 +664,12 @@
 			"Informative:",
 				"about",
 				"check",
+			"Other:",
+				"cert",
 		};
 		-- These live in util.prosodyctl.$command so we have their short help here.
 		local external_commands = {
-			cert = "Manage certificates",
+			cert = "Certificate management commands",
 			check = "Perform basic checks on your Prosody installation",
 			shell = "Interact with a running Prosody",
 		}