diff --git a/prosodyctl b/prosodyctl index 9bdc86a2b..ea8f0a8c1 100755 --- a/prosodyctl +++ b/prosodyctl @@ -649,7 +649,7 @@ local command_runner = async.runner(function () print(""); print("Where COMMAND may be one of:"); - local hidden_commands = require "prosody.util.set".new{ "register", "unregister" }; + local hidden_commands = require "prosody.util.set".new{ "register", "unregister", "lua_paths" }; local commands_order = { "Process management:", "start"; "stop"; "restart"; "reload"; "status";