aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo?o Duarte <jvsDuarte08@gmail.com>2019-07-25 04:25:40 -0700
committerJo?o Duarte <jvsDuarte08@gmail.com>2019-07-25 04:25:40 -0700
commit9cf38b7ed5b58856d9dd2298834feaa7501cfa6e (patch)
treeee86d5ce69ed16234508befd85b9aef229bce82e
parent6244336ad342df68da979c8a5a06497dc055cee2 (diff)
downloadprosody-9cf38b7ed5b58856d9dd2298834feaa7501cfa6e.tar.gz
prosody-9cf38b7ed5b58856d9dd2298834feaa7501cfa6e.zip
prosodyctl: Removed the list duplicate at the commands_order variable
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index cf51ca7d..54e883b2 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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 = {};