diff options
author | Kim Alvefur <zash@zash.se> | 2019-11-01 23:16:58 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-11-01 23:16:58 +0100 |
commit | f6983a3d514a29fb8eab260f65373523450046cf (patch) | |
tree | 534f83e28146e0a19599048607ca245a8b1cf362 /prosodyctl | |
parent | 64a2f6c1920e46288b323efcf9ce445fde61226a (diff) | |
download | prosody-f6983a3d514a29fb8eab260f65373523450046cf.tar.gz prosody-f6983a3d514a29fb8eab260f65373523450046cf.zip |
prosodyctl: Print friendly version of error messages
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ function commands.adduser(arg) if ok then return 0; end - show_message(msg) + show_message(error_messages[msg]) return 1; end |