aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
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 = {};