Fix incorrect terminal output (#2091)
This commit is contained in:
parent
4af62f57b5
commit
99369f99f8
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user