diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-01-18 15:07:40 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-01-18 15:07:40 +0000 |
commit | e7775e4cbc7f1576c11b49cf4a7f68e0e8bbc316 (patch) | |
tree | 0156d3a27ffd4b7371525aba1ff5ef9dc5075f21 | |
parent | 97507e207a3f618dc5ee6f9a9a0f4e0759b2013c (diff) | |
parent | 786751f7302bc6bbaee879d6d55ae7a85d0237d2 (diff) | |
download | prosody-e7775e4cbc7f1576c11b49cf4a7f68e0e8bbc316.tar.gz prosody-e7775e4cbc7f1576c11b49cf4a7f68e0e8bbc316.zip |
Merge with 0.9
-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 |