diff --git a/doc/cmd.html b/doc/cmd.html
index 4d6ac01dc4..214b19e181 100644
--- a/doc/cmd.html
+++ b/doc/cmd.html
@@ -22,6 +22,8 @@ using the go tool subcommand, such as go tool vet.
This style of invocation allows, for instance, checking a single source file
rather than an entire package: go tool vet myprogram.go as
compared to go vet mypackage.
+Some of the commands, such as pprof, are accessible only through
+the go tool subcommand.