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
commit8366c1b7339b6b10ebe43009c9f78dd1b1718335 (patch)
tree0156d3a27ffd4b7371525aba1ff5ef9dc5075f21
parent32d3713a7aaf792565a435f6b657a1102c34c012 (diff)
parentb6555037e93ebaafbdc278e52016698a45769fe7 (diff)
downloadprosody-8366c1b7339b6b10ebe43009c9f78dd1b1718335.tar.gz
prosody-8366c1b7339b6b10ebe43009c9f78dd1b1718335.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