aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-01-08 22:55:49 +0100
committerKim Alvefur <zash@zash.se>2022-01-08 22:55:49 +0100
commita0dbd1fc24bb34964d715cf3addcdab8b1de90c3 (patch)
tree8d8bab0e70389af3b3c89fcebd9c8929751822be /util/prosodyctl
parent475ab4aed299f4f1acb30a4e79e7f11a2b73cd4f (diff)
downloadprosody-a0dbd1fc24bb34964d715cf3addcdab8b1de90c3.tar.gz
prosody-a0dbd1fc24bb34964d715cf3addcdab8b1de90c3.zip
util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize'
Why would they use different wording?
Diffstat (limited to 'util/prosodyctl')
-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\"'",