Changeset

4478:3e33b2d2e48e

Merge with 0.9
author Matthew Wild <mwild1@gmail.com>
date Wed, 18 Jan 2012 15:07:40 +0000
parents 4475:7341cc5c8da9 (current diff) 4477:b34eee3712c3 (diff)
children 4479:d1ddfc4709ce
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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