Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: -v isn't listed in --help #14807

Closed
epitron opened this issue Mar 13, 2016 · 2 comments
Closed

cmd/go: -v isn't listed in --help #14807

epitron opened this issue Mar 13, 2016 · 2 comments

Comments

@epitron
Copy link

epitron commented Mar 13, 2016

On go 1.6:

$ go get --help
usage: get [-d] [-f] [-fix] [-insecure] [-t] [-u] [build flags] [packages]

It should list -v.

@davecheney
Copy link
Contributor

-v is listed in the general build flag, see go help build

@ianlancetaylor ianlancetaylor changed the title -v isn't listed in --help cmd/go: -v isn't listed in --help Mar 14, 2016
@ianlancetaylor
Copy link
Contributor

Yes, -v is one of the "build flags".

@golang golang locked and limited conversation to collaborators Mar 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants