diff options
author | Andrew Gerrand <adg@golang.org> | 2010-02-08 09:46:53 -0800 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2010-02-08 09:46:53 -0800 |
commit | b2df86d9a881f5452e0caa2c06630ad1ee940f40 (patch) | |
tree | 7e7609931fa03aa19b483f59d07f19e42c08b7c2 /src/cmd/8l/doc.go | |
parent | 40e0b0113b3e75005f20206a79a581e11210c5d5 (diff) | |
download | golang-b2df86d9a881f5452e0caa2c06630ad1ee940f40.tar.gz |
*l/*c: add -V flag to display version number
R=rsc
CC=golang-dev
http://codereview.appspot.com/204044
Diffstat (limited to 'src/cmd/8l/doc.go')
-rw-r--r-- | src/cmd/8l/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/8l/doc.go b/src/cmd/8l/doc.go index 0de4dfc1b..3a830cb8e 100644 --- a/src/cmd/8l/doc.go +++ b/src/cmd/8l/doc.go @@ -32,6 +32,8 @@ Options new in this version: -L dir1,dir2,.. Search for libraries (package files) in the comma-separated list of directories. The default is the single location $GOROOT/pkg/$GOOS_386. +-V + Print the linker version. */ |