aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pack
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-05 14:23:00 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-05 14:23:00 +1100
commit7e8ed8f616457de1eaff09462ab0d20e794e1211 (patch)
tree11b3476536bb4c3b1d657badd87915778c9c7472 /src/cmd/pack
parentf5a1dd888def229b7ce2f522ab8ef4083715efa6 (diff)
downloadgo-7e8ed8f616457de1eaff09462ab0d20e794e1211.tar.gz
go-7e8ed8f616457de1eaff09462ab0d20e794e1211.zip
cmd: update formatting of usage messages
R=golang-dev, r, minux.ma CC=golang-dev https://golang.org/cl/5738045
Diffstat (limited to 'src/cmd/pack')
-rw-r--r--src/cmd/pack/doc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/pack/doc.go b/src/cmd/pack/doc.go
index 6cbc357db9..8b17f3ca22 100644
--- a/src/cmd/pack/doc.go
+++ b/src/cmd/pack/doc.go
@@ -12,7 +12,8 @@ It adds a special Go-specific section __.PKGDEF that collects all the
Go type information from the files in the archive; that section is
used by the compiler when importing the package during compilation.
-Usage: go tool pack [uvnbailogS][mrxtdpq][P prefix] archive files ...
+Usage:
+ go tool pack [uvnbailogS][mrxtdpq][P prefix] archive files ...
The new option 'g' causes pack to maintain the __.PKGDEF section
as files are added to the archive.