diff --git a/cmd/micro/actions_other.go b/cmd/micro/actions_other.go index ddc33f4a..10a099ef 100644 --- a/cmd/micro/actions_other.go +++ b/cmd/micro/actions_other.go @@ -1,9 +1,9 @@ -// +build android plan9 nacl windows +// +build plan9 nacl windows package main func (v *View) Suspend(usePlugin bool) bool { - messenger.Error("Suspend is only supported on Linux") + messenger.Error("Suspend is only supported on Posix") return false }