mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Fix 'restart' command to not report itself as the 'stop' command (thanks albert!)
This commit is contained in:
parent
24910a3277
commit
d5759f6b09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue