]> Cypherpunks repositories - gostls13.git/commit
cmd/go: update go clean help message
authorMohamed Yousif <mmbusif@gmail.com>
Mon, 24 Jun 2024 16:14:03 +0000 (16:14 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 1 Jul 2024 14:58:10 +0000 (14:58 +0000)
commitd3c93f2f00fe40eb6f8b0bf9c81b15ddd9872119
tree72a6630e9e2b5295b2c49d2e05654d576edb0d13
parentcdbf5f2f7e968993560730479d4670c2d6eecd8b
cmd/go: update go clean help message

Update the help message for the go clean command to include
the correct usage and flags for better clarity.

This change follows instructions by Ian on this thread <https://groups.google.com/g/golang-nuts/c/VENQ0fqLCSc/m/qO8EuawVBwAJ?pli=1>.

Change-Id: Ia509a38ee9ec7c31d384c3563535c5e3ccd9a9ce
GitHub-Last-Rev: 3048b2e4bd10a8d25da479f96c9d90ecb3c63082
GitHub-Pull-Request: golang/go#68135
Reviewed-on: https://go-review.googlesource.com/c/go/+/593639
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Commit-Queue: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/clean/clean.go