prosodyctl
changeset 11695 a6c18f434d7b
parent 11694 4e36a1e7222b
child 11696 d1e7f5b2f524
--- a/prosodyctl	Sun May 30 12:27:12 2021 +0200
+++ b/prosodyctl	Thu Jul 15 00:35:57 2021 +0200
@@ -660,6 +660,7 @@
 				"adduser"; "passwd"; "deluser";
 			"Process management:",
 				"start"; "stop"; "restart"; "reload"; "status";
+				"shell",
 			"Informative:",
 				"about",
 				"check",
@@ -668,7 +669,7 @@
 		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 = {};