aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprosodyctl4
1 files changed, 3 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index b1767435..36f7bd89 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -664,10 +664,12 @@ local command_runner = async.runner(function ()
"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",
}