diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-02-22 01:47:35 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-02-22 01:47:35 +0000 |
commit | d5759f6b09492b12325a7916b51b0caa9e17c3bd (patch) | |
tree | ad8694ab1b221467b39963bb93647c4a84086124 | |
parent | 24910a3277af1fb112358a9c4dd0d01478753471 (diff) | |
download | prosody-d5759f6b09492b12325a7916b51b0caa9e17c3bd.tar.gz prosody-d5759f6b09492b12325a7916b51b0caa9e17c3bd.zip |
prosodyctl: Fix 'restart' command to not report itself as the 'stop' command (thanks albert!)
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 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 |