diff --git a/main.go b/main.go index 73cfff6..907e8e3 100644 --- a/main.go +++ b/main.go @@ -57,7 +57,7 @@ func init() { wd := util.OS.Pwd() if strings.HasPrefix(wd, os.TempDir()) { - glog.Error("Wide can't run in the OS' temp directory and it can't run with `go run`") + glog.Error("Don't run wide in OS' temp directory or with `go run`") os.Exit(-1) }