# HG changeset patch # User Kim Alvefur <zash@zash.se> # Date 1640088701 -3600 # Node ID 949c2b52f51ed94999b92bdb7a8f6b60b89e847d # Parent 7cd94469d15fa1f9aa962d75961a041a05e055e6 prosodyctl: Reorder help sections By how old the commands are? Or how disruptive the changes are? Or just by what feels best? diff -r 7cd94469d15f -r 949c2b52f51e prosodyctl --- a/prosodyctl Wed Dec 22 18:07:44 2021 +0100 +++ b/prosodyctl Tue Dec 21 13:11:41 2021 +0100 @@ -653,14 +653,14 @@ print("Where COMMAND may be one of:"); local hidden_commands = require "util.set".new{ "register", "unregister" }; - local commands_order = { -- FIXME Double check order before 0.12 - "Plugin management:", - "install"; "remove"; "list"; - "User management:", - "adduser"; "passwd"; "deluser"; + local commands_order = { "Process management:", "start"; "stop"; "restart"; "reload"; "status"; "shell", + "User management:", + "adduser"; "passwd"; "deluser"; + "Plugin management:", + "install"; "remove"; "list"; "Informative:", "about", "check",