Diff

prosodyctl @ 4476:53ce21286b8c

prosodyctl: Adjust description of 'reload' command (thanks crocket)
author Matthew Wild <mwild1@gmail.com>
date Tue, 17 Jan 2012 21:10:16 +0000
parent 4336:abcbcb15205c
child 4487:5f466a50e78b
line wrap: on
line diff
--- 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