aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/prosodyctl/check.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua
index 1fdf6cbf..7c911876 100644
--- a/util/prosodyctl/check.lua
+++ b/util/prosodyctl/check.lua
@@ -116,7 +116,7 @@ local function check(arg)
anonymous_login = "use 'authentication = \"anonymous\"'",
daemonize = "use the --daemonize/-D or --foreground/-F command line flags",
disallow_s2s = "add \"s2s\" to 'modules_disabled'",
- no_daemonize = "use the --daemonize/-D or --foreground/-F flags",
+ no_daemonize = "use the --daemonize/-D or --foreground/-F command line flags",
require_encryption = "use 'c2s_require_encryption' and 's2s_require_encryption'",
vcard_compatibility = "use 'mod_compat_vcard' from prosody-modules",
use_libevent = "use 'network_backend = \"event\"'",