mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Add cert to command listing
This hides a whole bunch of subcommands tho, maybe those should be explicitly listed?
This commit is contained in:
parent
f04f06dec5
commit
994bc597d2
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue