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

x/website/cmd/golangorg: still references "godoc" in help text #32274

Closed
kevinburke opened this issue May 28, 2019 · 2 comments
Closed

x/website/cmd/golangorg: still references "godoc" in help text #32274

kevinburke opened this issue May 28, 2019 · 2 comments
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@kevinburke
Copy link
Contributor

If I compile golang.org/x/website/cmd/golangorg and run golangorg --help, the first line is:

$ golangorg --help
usage: godoc -http=localhost:6060
  -analysis string
    	comma-separated list of analyses to perform (supported: type, pointer). See http://golang.org/lib/godoc/analysis/help.html
  -goroot string
    	Go root directory (default "/Users/kevin/go")

This should probably point to "golangorg" now?

@gopherbot gopherbot added this to the Unreleased milestone May 28, 2019
@julieqiu julieqiu added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 28, 2019
@julieqiu
Copy link
Member

/cc: @dmitshur

@dmitshur dmitshur changed the title x/website: "golangorg" binary still references "godoc" in help text x/website/cmd/golangorg: still references "godoc" in help text May 28, 2019
@dmitshur dmitshur added help wanted NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels May 28, 2019
@gopherbot
Copy link

Change https://golang.org/cl/185757 mentions this issue: cmd/golangorg: correct usage text to use golangorg

@golang golang locked and limited conversation to collaborators Jul 11, 2020
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Also updates some package documentation.

Fixes golang/go#32274

Change-Id: Ie8ed9c34af6f257bba1adf50b6487c4714289a21
Reviewed-on: https://go-review.googlesource.com/c/website/+/185757
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants