diff options
-rw-r--r-- | src/cmd/dist/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dist/doc.go b/src/cmd/dist/doc.go index ec4116c0d3..a4e6aa5cbf 100644 --- a/src/cmd/dist/doc.go +++ b/src/cmd/dist/doc.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// dist is the bootstrapping tool for the Go distribution. +// Dist helps bootstrap, build, and test the Go distribution. // // Usage: // go tool dist [command] |