]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: update alldocs after CL 35150
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sat, 28 Jan 2017 10:56:15 +0000 (11:56 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 28 Jan 2017 20:18:44 +0000 (20:18 +0000)
Author of CL 35150 forgot to run mkalldocs.sh to update
the autogenerated alldocs.go

Change-Id: Ib824562db6044702456a221a8c6f9af412927a98
Reviewed-on: https://go-review.googlesource.com/35952
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/alldocs.go

index e93fd6ebed7775157cdfd0c143d43cac6759fa2b..3d5dd2b39725883fd01bb5541d8604c268ddd4fc 100644 (file)
@@ -17,7 +17,7 @@
 //     clean       remove object files
 //     doc         show documentation for package or symbol
 //     env         print Go environment information
-//     bug         print information for bug reports
+//     bug         start a bug report
 //     fix         run go tool fix on packages
 //     fmt         run gofmt on package sources
 //     generate    generate Go files by processing source
 // each named variable on its own line.
 //
 //
-// Print information for bug reports
+// Start a bug report
 //
 // Usage:
 //
 //     go bug
 //
-// Bug prints information that helps file effective bug reports.
-//
-// Bugs may be reported at https://golang.org/issue/new.
+// Bug opens the default browser and starts a new bug report.
+// The report includes useful system information.
 //
 //
 // Run go tool fix on packages