aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl1
1 files changed, 0 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 305a0e4d..9437dae1 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -510,7 +510,6 @@ function commands.reload(arg)
if shell.available() then
if arg[1] and arg[1]:match"^mod_" then
-- TODO reword the usage text, document
- local shell = require "prosody.util.prosodyctl.shell";
arg[1] = arg[1]:match("^mod_(.*)"); -- strip mod_ prefix
table.insert(arg, 1, "module");
table.insert(arg, 2, "reload");