mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Reorder help sections
By how old the commands are? Or how disruptive the changes are? Or just by what feels best?
This commit is contained in:
parent
84447b8d9d
commit
ff688f28ea
1 changed files with 5 additions and 5 deletions
10
prosodyctl
10
prosodyctl
|
@ -653,14 +653,14 @@ local command_runner = async.runner(function ()
|
|||
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue