# HG changeset patch # User Kim Alvefur # Date 1592415554 -7200 # Node ID a5b8ae066688d29d842a0a7565b77014daa72d80 # Parent d86f59c31458b6fbaa306518f1468a1726c5501b util.prosodyctl.shell: Collect extra return values Forgot in previous commit diff -r d86f59c31458 -r a5b8ae066688 util/prosodyctl/shell.lua --- a/util/prosodyctl/shell.lua Wed Jun 17 19:36:39 2020 +0200 +++ b/util/prosodyctl/shell.lua Wed Jun 17 19:39:14 2020 +0200 @@ -60,7 +60,7 @@ 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