]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix go list usage line
authorRuss Cox <rsc@golang.org>
Tue, 12 Jun 2018 20:40:52 +0000 (16:40 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jun 2018 13:45:21 +0000 (13:45 +0000)
commitee2e8ecb19d986c42941af96ad8647cb0bf81996
treea323cbc42c92a41ac840b9e4dd2c452cfbd731f7
parent1041ac8781be0fc6b7108b8270f583660e72ec77
cmd/go: fix go list usage line

CL 108156 added -cgo and -export,
but in the usage line it added -cgo and -list.
CL 117015 correctly added -export to the usage line.
All that remains is to remove -list.

Change-Id: I8cc5cfc78bc6b52080ae1b861f92620a8f18b53f
Reviewed-on: https://go-review.googlesource.com/118375
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/list/list.go