prosodyctl: Removed the list duplicate at the commands_order variable
authorJoão Duarte <jvsDuarte08@gmail.com>
Thu, 25 Jul 2019 04:25:40 -0700
changeset 10174 882ca2f965d5
parent 10173 25deff8b2db4
child 10175 628e238feb04
prosodyctl: Removed the list duplicate at the commands_order variable
prosodyctl
--- a/prosodyctl	Wed Jul 24 11:29:55 2019 -0700
+++ b/prosodyctl	Thu Jul 25 04:25:40 2019 -0700
@@ -1426,7 +1426,7 @@
 
 		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 = {};