aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2021-04-30 21:20:14 +0100
committerMatthew Wild <mwild1@gmail.com>2021-04-30 21:20:14 +0100
commite9b383cdb22cbf667fc16d55351ff1d71d0e6d9f (patch)
tree2fc9099a028ff17309a87ff740be0f653d1730ec
parentmod_saslauth: Use a defined SASL error (diff)
downloadprosody-e9b383cdb22cbf667fc16d55351ff1d71d0e6d9f.tar.xz
prosody-e9b383cdb22cbf667fc16d55351ff1d71d0e6d9f.zip
prosodyctl: check config: Add 'gc' to list of global options
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 028e08d85..28e9da436 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -837,7 +837,7 @@ function commands.check(arg)
local known_global_options = set.new({
"pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",
"umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings",
- "network_backend", "http_default_host",
+ "network_backend", "http_default_host", "gc",
"statistics_interval", "statistics", "statistics_config",
});
local config = configmanager.getconfig();