prosodyctl: Adjust description of 'reload' command (thanks crocket)
authorMatthew Wild <mwild1@gmail.com>
Tue, 17 Jan 2012 21:10:16 +0000
changeset 4476 53ce21286b8c
parent 4471 ea24d73e6c94
child 4477 b34eee3712c3
prosodyctl: Adjust description of 'reload' command (thanks crocket)
prosodyctl
--- a/prosodyctl	Tue Jan 17 00:30:52 2012 +0000
+++ b/prosodyctl	Tue Jan 17 21:10:16 2012 +0000
@@ -540,7 +540,7 @@
 
 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