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:
parent
ef4b2fdc48
commit
1777031528
@ -2804,7 +2804,7 @@
|
|||||||
//
|
//
|
||||||
// Many commands apply to a set of packages:
|
// Many commands apply to a set of packages:
|
||||||
//
|
//
|
||||||
// go action [packages]
|
// go <action> [packages]
|
||||||
//
|
//
|
||||||
// Usually, [packages] is a list of import paths.
|
// Usually, [packages] is a list of import paths.
|
||||||
//
|
//
|
||||||
|
@ -34,7 +34,7 @@ var HelpPackages = &base.Command{
|
|||||||
Long: `
|
Long: `
|
||||||
Many commands apply to a set of packages:
|
Many commands apply to a set of packages:
|
||||||
|
|
||||||
go action [packages]
|
go <action> [packages]
|
||||||
|
|
||||||
Usually, [packages] is a list of import paths.
|
Usually, [packages] is a list of import paths.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user