aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d0a6881e..9ac982f7 100644
--- a/util/prosodyctl/shell.lua
+++ b/util/prosodyctl/shell.lua
@@ -60,7 +60,7 @@ end
local function start(arg) --luacheck: ignore 212/arg
local client = adminstream.client();
- local opts = parse_args(arg);
+ local opts, err, where = parse_args(arg);
if not opts then
if err == "param-not-found" then