Changeset

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
parents 4471:ea24d73e6c94
children 4477:b34eee3712c3
files prosodyctl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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