1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:20:11 -07:00

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>
This commit is contained in:
Oleksandr Redko 2023-04-05 13:07:14 +03:00 committed by Gopher Robot
parent ef4b2fdc48
commit 1777031528
2 changed files with 2 additions and 2 deletions

View File

@ -2804,7 +2804,7 @@
//
// Many commands apply to a set of packages:
//
// go action [packages]
// go <action> [packages]
//
// Usually, [packages] is a list of import paths.
//

View File

@ -34,7 +34,7 @@ var HelpPackages = &base.Command{
Long: `
Many commands apply to a set of packages:
go action [packages]
go <action> [packages]
Usually, [packages] is a list of import paths.