mirror of
https://github.com/golang/go
synced 2024-11-23 18:40:03 -07:00
cmd/go: fix typo in "go help version" output
This commit is contained in:
parent
2177bfb343
commit
57d07dd1c7
@ -1373,7 +1373,7 @@
|
||||
// during a directory scan. The -v flag causes it to report unrecognized files.
|
||||
//
|
||||
// The -m flag causes go version to print each executable's embedded
|
||||
// module version information, when available. In the output, the modul
|
||||
// module version information, when available. In the output, the module
|
||||
// information consists of multiple lines following the version line, each
|
||||
// indented by a leading tab character.
|
||||
//
|
||||
|
@ -34,7 +34,7 @@ By default, go version does not report unrecognized files found
|
||||
during a directory scan. The -v flag causes it to report unrecognized files.
|
||||
|
||||
The -m flag causes go version to print each executable's embedded
|
||||
module version information, when available. In the output, the modul
|
||||
module version information, when available. In the output, the module
|
||||
information consists of multiple lines following the version line, each
|
||||
indented by a leading tab character.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user