diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index 39233b855b..e0d4a6c0fe 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// DO NOT EDIT THIS FILE. GENERATED BY mkdoc.sh. -// Edit the documentation in other files and rerun mkdoc.sh to generate this one. +// DO NOT EDIT THIS FILE. GENERATED BY mkalldocs.sh. +// Edit the documentation in other files and rerun mkalldocs.sh to generate this one. /* Go is a tool for managing Go source code. diff --git a/src/cmd/go/main.go b/src/cmd/go/main.go index eeea4fa561..b0d74484a6 100644 --- a/src/cmd/go/main.go +++ b/src/cmd/go/main.go @@ -214,8 +214,8 @@ var documentationTemplate = `// Copyright 2011 The Go Authors. All rights reser // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// DO NOT EDIT THIS FILE. GENERATED BY mkdoc.sh. -// Edit the documentation in other files and rerun mkdoc.sh to generate this one. +// DO NOT EDIT THIS FILE. GENERATED BY mkalldocs.sh. +// Edit the documentation in other files and rerun mkalldocs.sh to generate this one. /* {{range .}}{{if .Short}}{{.Short | capitalize}}