From f04f06dec550fcc5153efd08f4136535570196fa Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 15 Jul 2021 00:35:57 +0200 Subject: prosodyctl: Add 'shell' to command listing --- prosodyctl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index c08c9e7d..b1767435 100755 --- a/prosodyctl +++ b/prosodyctl @@ -660,6 +660,7 @@ local command_runner = async.runner(function () "adduser"; "passwd"; "deluser"; "Process management:", "start"; "stop"; "restart"; "reload"; "status"; + "shell", "Informative:", "about", "check", @@ -668,7 +669,7 @@ local command_runner = async.runner(function () local external_commands = { cert = "Manage certificates", check = "Perform basic checks on your Prosody installation", - shell = "Lorem ipsum dolor sit amet", -- FIXME + shell = "Interact with a running Prosody", } local done = {}; -- cgit v1.2.3