aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-01-17 21:10:16 +0000
committerMatthew Wild <mwild1@gmail.com>2012-01-17 21:10:16 +0000
commit36833f9ae910f52c4b58d65a69b9d08e5a26cfbf (patch)
tree804b1726125ef1000e884f45b0c083c7f532e69d /prosodyctl
parentbf028da1af577615516b9391e707f81618eccf26 (diff)
downloadprosody-36833f9ae910f52c4b58d65a69b9d08e5a26cfbf.tar.gz
prosody-36833f9ae910f52c4b58d65a69b9d08e5a26cfbf.zip
prosodyctl: Adjust description of 'reload' command (thanks crocket)
Diffstat (limited to 'prosodyctl')
-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