prosodyctl: Add cert to command listing
authorKim Alvefur <zash@zash.se>
Thu, 15 Jul 2021 00:37:47 +0200
changeset 11696 d1e7f5b2f524
parent 11695 a6c18f434d7b
child 11697 7c03b1f4c388
prosodyctl: Add cert to command listing This hides a whole bunch of subcommands tho, maybe those should be explicitly listed?
prosodyctl
--- 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",
 		}