aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-02-22 01:47:35 +0000
committerMatthew Wild <mwild1@gmail.com>2010-02-22 01:47:35 +0000
commitd5759f6b09492b12325a7916b51b0caa9e17c3bd (patch)
treead8694ab1b221467b39963bb93647c4a84086124 /prosodyctl
parent24910a3277af1fb112358a9c4dd0d01478753471 (diff)
downloadprosody-d5759f6b09492b12325a7916b51b0caa9e17c3bd.tar.gz
prosody-d5759f6b09492b12325a7916b51b0caa9e17c3bd.zip
prosodyctl: Fix 'restart' command to not report itself as the 'stop' command (thanks albert!)
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