diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-01-17 21:10:16 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-01-17 21:10:16 +0000 |
commit | 36833f9ae910f52c4b58d65a69b9d08e5a26cfbf (patch) | |
tree | 804b1726125ef1000e884f45b0c083c7f532e69d /prosodyctl | |
parent | bf028da1af577615516b9391e707f81618eccf26 (diff) | |
download | prosody-36833f9ae910f52c4b58d65a69b9d08e5a26cfbf.tar.gz prosody-36833f9ae910f52c4b58d65a69b9d08e5a26cfbf.zip |
prosodyctl: Adjust description of 'reload' command (thanks crocket)
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -540,7 +540,7 @@ end function commands.reload(arg) if arg[1] == "--help" then - show_usage([[reload]], [[Reload prosody configuration file]]); + show_usage([[reload]], [[Reload Prosody's configuration and re-open log files]]); return 1; end |