aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-07-15 00:37:47 +0200
committerKim Alvefur <zash@zash.se>2021-07-15 00:37:47 +0200
commit994bc597d23aa1547681b7bed0070c14c4220579 (patch)
tree29f7020a714258614f05700612ef8d7a7d8e8b48 /prosodyctl
parentf04f06dec550fcc5153efd08f4136535570196fa (diff)
downloadprosody-994bc597d23aa1547681b7bed0070c14c4220579.tar.gz
prosody-994bc597d23aa1547681b7bed0070c14c4220579.zip
prosodyctl: Add cert to command listing
This hides a whole bunch of subcommands tho, maybe those should be explicitly listed?
Diffstat (limited to 'prosodyctl')
-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",
}