]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix bug help message
authorgulyasm <mgulyas86@gmail.com>
Thu, 12 Jan 2017 13:26:00 +0000 (14:26 +0100)
committerRuss Cox <rsc@golang.org>
Tue, 17 Jan 2017 20:48:27 +0000 (20:48 +0000)
commitd8711919dbddd8684eedee834041297388cf13a3
tree68c6ce30d1fe5fa7c4704c16be9172d4e7b7024f
parent48d8edb5b21db190f717e035b4d9ab61a077f9d7
cmd/go: fix bug help message

The bug subcommand opens up the browser instead of printing information.
Fixes help message to reflect that.

Fixes #18630.

Change-Id: I660c94bc65ef1994292cfd72d08a544699545701
Reviewed-on: https://go-review.googlesource.com/35150
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/bug.go