prosodyctl
changeset 11695 a6c18f434d7b
parent 11694 4e36a1e7222b
child 11696 d1e7f5b2f524
equal deleted inserted replaced
11694:4e36a1e7222b 11695:a6c18f434d7b
   658 				"install"; "remove"; "list";
   658 				"install"; "remove"; "list";
   659 			"User management:",
   659 			"User management:",
   660 				"adduser"; "passwd"; "deluser";
   660 				"adduser"; "passwd"; "deluser";
   661 			"Process management:",
   661 			"Process management:",
   662 				"start"; "stop"; "restart"; "reload"; "status";
   662 				"start"; "stop"; "restart"; "reload"; "status";
       
   663 				"shell",
   663 			"Informative:",
   664 			"Informative:",
   664 				"about",
   665 				"about",
   665 				"check",
   666 				"check",
   666 		};
   667 		};
   667 		-- These live in util.prosodyctl.$command so we have their short help here.
   668 		-- These live in util.prosodyctl.$command so we have their short help here.
   668 		local external_commands = {
   669 		local external_commands = {
   669 			cert = "Manage certificates",
   670 			cert = "Manage certificates",
   670 			check = "Perform basic checks on your Prosody installation",
   671 			check = "Perform basic checks on your Prosody installation",
   671 			shell = "Lorem ipsum dolor sit amet", -- FIXME
   672 			shell = "Interact with a running Prosody",
   672 		}
   673 		}
   673 
   674 
   674 		local done = {};
   675 		local done = {};
   675 
   676 
   676 		for _, command_name in ipairs(commands_order) do
   677 		for _, command_name in ipairs(commands_order) do