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 | 9dca4d2345202ab4b8f91a304cf59f9aad5b91e4 (patch) | |
tree | 804b1726125ef1000e884f45b0c083c7f532e69d | |
parent | 2929035ea843a1cd7b6279b80749822b9c56c730 (diff) | |
download | prosody-9dca4d2345202ab4b8f91a304cf59f9aad5b91e4.tar.gz prosody-9dca4d2345202ab4b8f91a304cf59f9aad5b91e4.zip |
prosodyctl: Adjust description of 'reload' command (thanks crocket)
-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 |