diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-05-21 12:58:57 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-05-21 12:58:57 +0100 |
commit | 0f019413c1cecd0d657d6b858bf3b1718f4345be (patch) | |
tree | 5681d2dd60d1c69140b113f4ee463e02845eb9b0 /prosody.cfg.lua.dist | |
parent | 143f92b5dd5e451090949063b1a320e0125864b8 (diff) | |
download | prosody-0f019413c1cecd0d657d6b858bf3b1718f4345be.tar.gz prosody-0f019413c1cecd0d657d6b858bf3b1718f4345be.zip |
prosody.cfg.lua.dist: Suggest 'prosodyctl check config' instead of 'luac -p'
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 23032932..3f440067 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -4,7 +4,7 @@ -- website at http://prosody.im/doc/configure -- -- Tip: You can check that the syntax of this file is correct --- when you have finished by running: luac -p prosody.cfg.lua +-- when you have finished by running: prosodyctl check config -- If there are any errors, it will let you know what and where -- they are, otherwise it will keep quiet. -- |