Software / code / prosody
Diff
prosodyctl @ 10170:882ca2f965d5
prosodyctl: Removed the list duplicate at the commands_order variable
| author | João Duarte <jvsDuarte08@gmail.com> |
|---|---|
| date | Thu, 25 Jul 2019 04:25:40 -0700 |
| parent | 10169:25deff8b2db4 |
| child | 10172:5da519ef2d51 |
line wrap: on
line diff
--- 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 = {};