prosodyctl: Fix 'restart' command to not report itself as the 'stop' command (thanks albert!)

This commit is contained in:
Matthew Wild 2010-02-22 01:47:35 +00:00
parent 24910a3277
commit d5759f6b09

View file

@ -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