diff --git a/doc/go1.13.html b/doc/go1.13.html
index 261af12945..9873978cc3 100644
--- a/doc/go1.13.html
+++ b/doc/go1.13.html
@@ -359,6 +359,18 @@ go env -w GOSUMDB=off
os.UserConfigDir().
+ The
+ go version command now accepts arguments naming
+ executables and directories. When invoked on an executable,
+ go version prints the version of Go used to build
+ the executable. If the -m flag is used,
+ go version prints the executable's embedded module
+ version information, if available. When invoked on a directory,
+ go version prints information about executables
+ contained in the directory and its subdirectories.
+
The new go
build flag -trimpath removes all file system paths