# HG changeset patch # User João Duarte # Date 1564053940 25200 # Node ID 882ca2f965d594a4e3daa54b5c57ca485856d340 # Parent 25deff8b2db48741ecbd298ecd5e60c4ec11aa67 prosodyctl: Removed the list duplicate at the commands_order variable diff -r 25deff8b2db4 -r 882ca2f965d5 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 = {};