go help remote used to reference "go help importpath", which has
changed to "go help packages".
Fixes #3598.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/
6201065
Short: "remote import path syntax",
Long: `
-An import path (see 'go help importpath') denotes a package
+An import path (see 'go help packages') denotes a package
stored in the local file system. Certain import paths also
describe how to obtain the source code for the package using
a revision control system.