]> Cypherpunks repositories - gostls13.git/commit
cmd/go: print `go test -help` to stderr
authorNodir Turakulov <nodir@google.com>
Tue, 6 Oct 2015 00:17:58 +0000 (17:17 -0700)
committerAndrew Gerrand <adg@golang.org>
Tue, 6 Oct 2015 01:11:30 +0000 (01:11 +0000)
commit0a486b8a06cbef96f04ec1294d2683232225da44
tree674b83c5e991de0d42d3318a1a167395f07112f2
parentf23c37f67ac1388b7d073f78d9061bfe806a1b2f
cmd/go: print `go test -help` to stderr

Usage of all commands is printed to stderr, except go test, which is printed to
stdout. This is inconsistent.

Print `go test -help` to stderr instead.

R=rsc@golang.org

Change-Id: I079f4788134bf9aedcccc26838879eedad1c925e
Reviewed-on: https://go-review.googlesource.com/15434
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/main.go