aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
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