Fix example code, oops.

This commit is contained in:
Alex Bramley 2016-09-16 19:43:45 +01:00
parent 82bcd7aded
commit be9257d323
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func main() {
c.Quit(cmd[idx+1 : len(cmd)])
case cmd[1] == 's':
reallyquit = true
c.Shutdown()
c.Close()
case cmd[1] == 'j':
c.Join(cmd[idx+1 : len(cmd)])
case cmd[1] == 'p':