Commit 985461fd authored by Dmitry Vyukov's avatar Dmitry Vyukov

cmd/go: fix error message

Change-Id: I440435927fc9f417d81ed4e8656a73787bf0968a
Reviewed-on: https://go-review.googlesource.com/8801Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent d765e41c
......@@ -170,7 +170,7 @@ func testFlags(args []string) (packageNames, passToTest []string) {
case "set", "count", "atomic":
testCoverMode = value
default:
fatalf("invalid flag argument for -cover: %q", value)
fatalf("invalid flag argument for -covermode: %q", value)
}
testCover = true
case "outputdir":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment