Software /
code /
prosody
Changeset
12157:1dd9ee6112e9
util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize'
Why would they use different wording?
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 08 Jan 2022 22:55:49 +0100 |
parents | 12156:17cffaa78f48 |
children | 12158:7ff3699c1653 |
files | util/prosodyctl/check.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\"'",