summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.20.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/go1.20.html b/doc/go1.20.html
index 28d3c8224d..e479fce8a1 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -102,9 +102,9 @@ Do not send CLs removing the interior tags from such phrases.
Programs that run <code>go</code> <code>test</code> <code>-json</code>
do not need any updates.
Programs that invoke <code>go</code> <code>tool</code> <code>test2json</code>
- directly should now run the test binary with <code>-v=json</code>
- (for example, <code>go</code> <code>test</code> <code>-v=json</code>
- or <code>./pkg.test</code> <code>-test.v=json</code>)
+ directly should now run the test binary with <code>-v=test2json</code>
+ (for example, <code>go</code> <code>test</code> <code>-v=test2json</code>
+ or <code>./pkg.test</code> <code>-test.v=test2json</code>)
instead of plain <code>-v</code>.
</p>