# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1266803255 0
# Node ID 8a5af6f14c0741e9569e20c6ef55d4dc6a5bce23
# Parent  bd134aa85fa9ccbbc4a00bd403723f143f75e7de
prosodyctl: Fix 'restart' command to not report itself as the 'stop' command (thanks albert!)

diff -r bd134aa85fa9 -r 8a5af6f14c07 prosodyctl
--- a/prosodyctl	Sun Feb 21 19:27:42 2010 -0500
+++ b/prosodyctl	Mon Feb 22 01:47:35 2010 +0000
@@ -435,7 +435,7 @@
 
 function commands.restart(arg)
 	if arg[1] == "--help" then
-		show_usage([[stop]], [[Stop and start a running Prosody server]]);
+		show_usage([[restart]], [[Restart a running Prosody server]]);
 		return 1;
 	end