all: rewrite references to old tool names

R=golang-dev, nigeltao
CC=golang-dev
https://golang.org/cl/5683045
This commit is contained in:
Rob Pike 2012-02-20 13:42:37 +11:00
parent 5cff1903ea
commit d6f8c751de
3 changed files with 10 additions and 11 deletions

View File

@ -11,7 +11,7 @@ sections of code have been executed. When the command finishes,
cov prints the line numbers of sections of code in the binary that cov prints the line numbers of sections of code in the binary that
were not executed. With no arguments it assumes the command "6.out". were not executed. With no arguments it assumes the command "6.out".
Usage: cov [-lsv] [-g substring] [-m minlines] [6.out args] Usage: go tool cov [-lsv] [-g substring] [-m minlines] [6.out args]
The options are: The options are:
@ -26,8 +26,7 @@ The options are:
-m minlines -m minlines
only report uncovered sections of code larger than minlines lines only report uncovered sections of code larger than minlines lines
For reasons of disambiguation it is installed as 6cov although it also serves The program is the same for all architectures: 386, amd64, and arm.
as an 8cov and a 5cov.
*/ */
package documentation package documentation