]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix a typo.
authorHyang-Ah (Hana) Kim <hyangah@gmail.com>
Sun, 12 Apr 2015 16:08:06 +0000 (12:08 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Sun, 12 Apr 2015 16:36:15 +0000 (16:36 +0000)
Change-Id: Ic453da17817f66e1073f6ba740b830b8daf2fc38
Reviewed-on: https://go-review.googlesource.com/8829
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/build.go
src/cmd/go/doc.go

index 1b86c9a69da0e8c33feea46a85534a597c024a4f..6b1cd921f770f909f558d6b0a6e00dc06e87ea47 100644 (file)
@@ -76,7 +76,7 @@ and test commands:
                print the commands.
 
        -buildmode mode
-               build mode to use. See 'go help buildmodes' for more.
+               build mode to use. See 'go help buildmode' for more.
        -linkshared
                link against shared libraries previously created with
                -buildmode=shared
index 9d10d4f3fb97c7dbcfadfb0f20372fc896f11771..e880a238c800c68151b9793447d17fda30131971 100644 (file)
@@ -96,7 +96,7 @@ and test commands:
                print the commands.
 
        -buildmode mode
-               build mode to use. See 'go help buildmodes' for more.
+               build mode to use. See 'go help buildmode' for more.
        -linkshared
                link against shared libraries previously created with
                -buildmode=shared