Skip to content

Commit 1777031

Browse files
alexandeargopherbot
authored andcommitted
cmd/go: improve packages help description
Clarify that 'action' is not the valid 'go' command. Change-Id: I0a77722c46a3dc56f81c5e6e177e0c73bc60adc2 Reviewed-on: https://go-review.googlesource.com/c/go/+/482455 Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
1 parent ef4b2fd commit 1777031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/alldocs.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/go/internal/help/helpdoc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var HelpPackages = &base.Command{
3434
Long: `
3535
Many commands apply to a set of packages:
3636
37-
go action [packages]
37+
go <action> [packages]
3838
3939
Usually, [packages] is a list of import paths.
4040

0 commit comments

Comments
 (0)