util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize'
authorKim Alvefur <zash@zash.se>
Sat, 08 Jan 2022 22:55:49 +0100
changeset 12161 1dd9ee6112e9
parent 12160 17cffaa78f48
child 12162 7ff3699c1653
util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize' Why would they use different wording?
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\"'",