diff options
author | Kim Alvefur <zash@zash.se> | 2019-12-31 02:50:25 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-12-31 02:50:25 +0100 |
commit | 1ee37abc70498661c4ee33395c09ffecc73bbc73 (patch) | |
tree | 54ec6f717253e5c136e47913045a7c5d293d3539 | |
parent | 964d68a2e687dac3dc1e79ba8e9189cfa9ee87c6 (diff) | |
download | prosody-1ee37abc70498661c4ee33395c09ffecc73bbc73.tar.gz prosody-1ee37abc70498661c4ee33395c09ffecc73bbc73.zip |
prosodyctl: Print a blank line to improve spacing and readability
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -934,6 +934,7 @@ function commands.check(arg) end end if all_modules:contains("vcard") and all_modules:contains("vcard_legacy") then + print(""); print(" Both mod_vcard_legacy and mod_vcard are enabled but they conflict"); print(" with each other. Remove one."); end |