diff --git a/doc/go1.18.html b/doc/go1.18.html
index 44c56444fc..bec9ada383 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -114,6 +114,15 @@ Do not send CLs removing the interior tags from such phrases.
go mod download all.
+ The go mod vendor subcommand now
+ supports a -o flag to set the output directory.
+ (Other go commands still read from the vendor
+ directory at the module root when loading packages
+ with -mod=vendor, so the main use for this flag is for
+ third-party tools that need to collect package source code.)
+
TODO: https://golang.org/cl/349595: cmd/go: add GOAMD64 environment variable