Diff

prosodyctl @ 4478:3e33b2d2e48e

Merge with 0.9
author Matthew Wild <mwild1@gmail.com>
date Wed, 18 Jan 2012 15:07:40 +0000
parent 4476:53ce21286b8c
child 4487:5f466a50e78b
line wrap: on
line diff
--- a/prosodyctl	Wed Jan 18 15:07:26 2012 +0000
+++ b/prosodyctl	Wed Jan 18 15:07:40 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