diff options
-rw-r--r-- | util/prosodyctl/shell.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/prosodyctl/shell.lua b/util/prosodyctl/shell.lua index 9ac982f7..d6da9dab 100644 --- a/util/prosodyctl/shell.lua +++ b/util/prosodyctl/shell.lua @@ -72,7 +72,7 @@ local function start(arg) --luacheck: ignore 212/arg end client.events.add_handler("connected", function () - if not arg.quiet then + if not opts.quiet then printbanner(); end repl(client); |