From 994bc597d23aa1547681b7bed0070c14c4220579 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 15 Jul 2021 00:37:47 +0200 Subject: prosodyctl: Add cert to command listing This hides a whole bunch of subcommands tho, maybe those should be explicitly listed? --- prosodyctl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", } -- cgit v1.2.3