Skip to content

Commit

Permalink
cmd/go: fix a typo.
Browse files Browse the repository at this point in the history
Change-Id: Ic453da17817f66e1073f6ba740b830b8daf2fc38
Reviewed-on: https://go-review.googlesource.com/8829
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
hyangah committed Apr 12, 2015
1 parent 947b6a7 commit 63c16b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cmd/go/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/go/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63c16b1

Please sign in to comment.