go.tools/dashboard/builder: fix build

TBR=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/151370044
This commit is contained in:
Andrew Gerrand 2014-10-04 08:43:04 +10:00
parent fce07d6ae8
commit 4fb5eee0bd
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func main() {
os.Exit(2)
}
flag.Parse()
if len(flag.Args()) == 0 && !*commitOnly {
if len(flag.Args()) == 0 && !*commitWatch {
flag.Usage()
}