diff options
author | Jo?o Duarte <jvsDuarte08@gmail.com> | 2019-07-25 04:25:40 -0700 |
---|---|---|
committer | Jo?o Duarte <jvsDuarte08@gmail.com> | 2019-07-25 04:25:40 -0700 |
commit | 9cf38b7ed5b58856d9dd2298834feaa7501cfa6e (patch) | |
tree | ee86d5ce69ed16234508befd85b9aef229bce82e | |
parent | 6244336ad342df68da979c8a5a06497dc055cee2 (diff) | |
download | prosody-9cf38b7ed5b58856d9dd2298834feaa7501cfa6e.tar.gz prosody-9cf38b7ed5b58856d9dd2298834feaa7501cfa6e.zip |
prosodyctl: Removed the list duplicate at the commands_order variable
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1426,7 +1426,7 @@ local command_runner = async.runner(function () local hidden_commands = require "util.set".new{ "register", "unregister", "addplugin" }; local commands_order = { "install", "remove", "list", "enabled_plugins", "adduser", "passwd", "deluser", "start", "stop", "restart", "reload", - "about", "list" }; + "about" }; local done = {}; |