Commit f0ea976e authored by Tormod Erevik Lea's avatar Tormod Erevik Lea Committed by Ian Lance Taylor

cmd/go: indent first test binary flag description for `go test -h`

Fixes #12642

Change-Id: I0b94437055b7d444f5caf7ea310e85357c467bdf
Reviewed-on: https://go-review.googlesource.com/14612Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 2d697b24
......@@ -286,7 +286,7 @@ func usage() {
// special case "go test -h"
if len(os.Args) > 1 && os.Args[1] == "test" {
os.Stdout.WriteString(testUsage + "\n\n" +
strings.TrimSpace(testFlag1) + "\n\n" +
strings.TrimSpace(testFlag1) + "\n\n\t" +
strings.TrimSpace(testFlag2) + "\n")
os.Exit(2)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment