diff --git a/prosodyctl b/prosodyctl index 676085ee5..4ee5f65a0 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