From d5759f6b09492b12325a7916b51b0caa9e17c3bd Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 22 Feb 2010 01:47:35 +0000 Subject: prosodyctl: Fix 'restart' command to not report itself as the 'stop' command (thanks albert!) --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 676085ee..4ee5f65a 100755 --- a/prosodyctl +++ b/prosodyctl @@ -435,7 +435,7 @@ end 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 -- cgit v1.2.3