Fix incorrect terminal output (#2091)

This commit is contained in:
Tai Le
2020-06-23 07:20:33 +08:00
committed by GitHub
parent 4af62f57b5
commit 99369f99f8

View File

@ -155,7 +155,7 @@ func (t *Term) sigintGuard(ch <-chan os.Signal, multiClient bool) {
t.Close()
}
default:
fmt.Println("only s or q allowed")
fmt.Println("only p or q allowed")
}
} else {