aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
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
commit47421968357f79d18b68ca8999bc1c17b8a786e6 (patch)
treeee86d5ce69ed16234508befd85b9aef229bce82e /prosodyctl
parentd93db0b931b21e041baf0badb7b5224ebced7a34 (diff)
downloadprosody-47421968357f79d18b68ca8999bc1c17b8a786e6.tar.gz
prosody-47421968357f79d18b68ca8999bc1c17b8a786e6.zip
prosodyctl: Removed the list duplicate at the commands_order variable
Diffstat (limited to 'prosodyctl')
-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 = {};