1
0
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:
Mark Rushakoff 2019-04-26 21:06:10 -07:00
parent 2177bfb343
commit 57d07dd1c7
2 changed files with 2 additions and 2 deletions

View File

@ -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.
//

View File

@ -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.