summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2017-11-13 23:06:54 -0500
committerRuss Cox <rsc@golang.org>2017-11-15 21:26:16 +0000
commitf1966de63f1174f93cdca87b36e8c02b7b95f652 (patch)
treea7e420e96803e53a7dda28098e31bb4fdb40823d
parent2a166c93a3d2a7ba73e129649b7b41b6c696e74a (diff)
downloadgo-git-f1966de63f1174f93cdca87b36e8c02b7b95f652.tar.gz
cmd/dist: adjust package doc
Mainly capitalize the first letter. (Followup to CL 54351.) Change-Id: I2d5c3d72c53d3468de7a9d4af8bd009182ff3d38 Reviewed-on: https://go-review.googlesource.com/78114 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--src/cmd/dist/doc.go2
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]