aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-01-18 15:07:40 +0000
committerMatthew Wild <mwild1@gmail.com>2012-01-18 15:07:40 +0000
commite7775e4cbc7f1576c11b49cf4a7f68e0e8bbc316 (patch)
tree0156d3a27ffd4b7371525aba1ff5ef9dc5075f21
parent97507e207a3f618dc5ee6f9a9a0f4e0759b2013c (diff)
parent786751f7302bc6bbaee879d6d55ae7a85d0237d2 (diff)
downloadprosody-e7775e4cbc7f1576c11b49cf4a7f68e0e8bbc316.tar.gz
prosody-e7775e4cbc7f1576c11b49cf4a7f68e0e8bbc316.zip
Merge with 0.9
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 9f8724d2..f0ba68ce 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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