]> git.feebdaed.xyz Git - 0xmirror/go.git/commitdiff
cmd/go: remove reference to no longer existing -i flag
authormatloob <matloob@golang.org>
Wed, 17 Dec 2025 16:30:52 +0000 (11:30 -0500)
committerMichael Matloob <matloob@google.com>
Wed, 17 Dec 2025 19:14:25 +0000 (11:14 -0800)
The flag was removed in CL 416094.

Fixes #76850

Change-Id: Ia219b4d2d8391f08487b4ff1bbec43766a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/730721
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/test/test.go

index fe9b86207361e6fede63465636b763094568778f..8c346dafdb0c3a646465f96206c20d28c9539a79 100644 (file)
 //
 //     -o file
 //         Save a copy of the test binary to the named file.
-//         The test still runs (unless -c or -i is specified).
+//         The test still runs (unless -c is specified).
 //         If file ends in a slash or names an existing directory,
 //         the test is written to pkg.test in that directory.
 //
index 916943904d0cfab2c6f24ef8d5f9c40068019b31..9309aa65ed47c139ec90a4d867c2d18629d7bb71 100644 (file)
@@ -163,7 +163,7 @@ In addition to the build flags, the flags handled by 'go test' itself are:
 
        -o file
            Save a copy of the test binary to the named file.
-           The test still runs (unless -c or -i is specified).
+           The test still runs (unless -c is specified).
            If file ends in a slash or names an existing directory,
            the test is written to pkg.test in that directory.