aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl/shell.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2020-06-02 08:01:21 +0100
committerMatthew Wild <mwild1@gmail.com>2020-06-02 08:01:21 +0100
commit46022b09886badc89425865ae1ac02651995f8c8 (patch)
treedbe128d782ec9d5f2ce9b373c6e4834da25429dc /util/prosodyctl/shell.lua
parente2b8325088e588ab4ccc00ce738dad223228114d (diff)
downloadprosody-46022b09886badc89425865ae1ac02651995f8c8.tar.gz
prosody-46022b09886badc89425865ae1ac02651995f8c8.zip
prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctl
Diffstat (limited to 'util/prosodyctl/shell.lua')
-rw-r--r--util/prosodyctl/shell.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/prosodyctl/shell.lua b/util/prosodyctl/shell.lua
index cbcea927..1d07e6ec 100644
--- a/util/prosodyctl/shell.lua
+++ b/util/prosodyctl/shell.lua
@@ -126,5 +126,5 @@ local function start(arg) --luacheck: ignore 212/arg
end
return {
- start = start;
+ shell = start;
};