diff options
author | João Duarte <jvsDuarte08@gmail.com> | 2019-07-24 04:59:46 -0700 |
---|---|---|
committer | João Duarte <jvsDuarte08@gmail.com> | 2019-07-24 04:59:46 -0700 |
commit | e1969065c487c60fa6df682d2aca5614d2dae690 (patch) | |
tree | 1f0a662a9aa8af43969334c6d6747ae14fec2e6d /prosodyctl | |
parent | b291e91de25427e836f74cb41ab9ee644fd510c1 (diff) | |
download | prosody-e1969065c487c60fa6df682d2aca5614d2dae690.tar.gz prosody-e1969065c487c60fa6df682d2aca5614d2dae690.zip |
prosodyctl: Added the install and remove arguments to the reorganized commands_order variable
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1448,8 +1448,8 @@ local command_runner = async.runner(function () print("Where COMMAND may be one of:\n"); local hidden_commands = require "util.set".new{ "register", "unregister", "addplugin" }; - local commands_order = { "adduser", "passwd", "deluser", "start", "stop", "restart", "reload", "about", "local_plugins", - "enabled_plugins", "list"}; + local commands_order = { "install", "remove", "list", "enabled_plugins", "local_plugins","adduser", "passwd", "deluser", "start", "stop", "restart", + "reload", "about", "list" }; local done = {}; |