# HG changeset patch # User Kim Alvefur # Date 1641678949 -3600 # Node ID 1dd9ee6112e967e0acaf7da55c704fe6a4536602 # Parent 17cffaa78f48d6a3eb1ec4aeb89b1a6a0a49f0c1 util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize' Why would they use different wording? diff -r 17cffaa78f48 -r 1dd9ee6112e9 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Sat Jan 08 00:32:33 2022 +0100 +++ b/util/prosodyctl/check.lua Sat Jan 08 22:55:49 2022 +0100 @@ -116,7 +116,7 @@ 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\"'",