Software /
code /
prosody
Changeset
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 |
parents | 10169:25deff8b2db4 |
children | 10171:628e238feb04 |
files | prosodyctl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 = {};