]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: adjust package doc
authorRuss Cox <rsc@golang.org>
Tue, 14 Nov 2017 04:06:54 +0000 (23:06 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 15 Nov 2017 21:26:16 +0000 (21:26 +0000)
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>
src/cmd/dist/doc.go

index ec4116c0d34dc1dccddb1e74147641ba6730d733..a4e6aa5cbfd6f65820ac5d0de5da71939a51ac5f 100644 (file)
@@ -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]