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 | 26c72e66f2b134aa8d547531417cd3f6c6a73f35 (patch) | |
tree | 5681d2dd60d1c69140b113f4ee463e02845eb9b0 /prosody.cfg.lua.dist | |
parent | 19dc1c3cae56d365119af4b4976061ea78d965ce (diff) | |
download | prosody-26c72e66f2b134aa8d547531417cd3f6c6a73f35.tar.gz prosody-26c72e66f2b134aa8d547531417cd3f6c6a73f35.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. -- |