# HG changeset patch # User Kim Alvefur # Date 1626302267 -7200 # Node ID d1e7f5b2f5240fc4f6c7296104dda71c2da02383 # Parent a6c18f434d7b332e320e2ebfa9d383e8af446af0 prosodyctl: Add cert to command listing This hides a whole bunch of subcommands tho, maybe those should be explicitly listed? diff -r a6c18f434d7b -r d1e7f5b2f524 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", }