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
commit9dca4d2345202ab4b8f91a304cf59f9aad5b91e4 (patch)
tree804b1726125ef1000e884f45b0c083c7f532e69d /prosodyctl
parent2929035ea843a1cd7b6279b80749822b9c56c730 (diff)
downloadprosody-9dca4d2345202ab4b8f91a304cf59f9aad5b91e4.tar.gz
prosody-9dca4d2345202ab4b8f91a304cf59f9aad5b91e4.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