summaryrefslogtreecommitdiff
path: root/src/cmd/8l/doc.go
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-02-08 09:46:53 -0800
committerAndrew Gerrand <adg@golang.org>2010-02-08 09:46:53 -0800
commitb2df86d9a881f5452e0caa2c06630ad1ee940f40 (patch)
tree7e7609931fa03aa19b483f59d07f19e42c08b7c2 /src/cmd/8l/doc.go
parent40e0b0113b3e75005f20206a79a581e11210c5d5 (diff)
downloadgolang-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.go2
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.
*/