Skip to content

Commit cb5699f

Browse files
authored
cmd/go: more consistent documentation
1 parent a8dd0ca commit cb5699f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/internal/tool/tool.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ may be defined in the go.mod of the current module.
4444
With no arguments it prints the list of known tools.
4545
4646
The -n flag causes tool to print the command that would be
47-
executed but not execute it.
47+
executed but not execute it. (the path to the executable shown may not actually exist.)
4848
4949
The -modfile=file.mod build flag causes tool to use an alternate file
5050
instead of the go.mod in the module root directory.

0 commit comments

Comments
 (0)