mirror of
https://github.com/golang/go
synced 2024-11-12 00:30:22 -07:00
misc/dist: it sucks hwhen you forget to fix typos
R=golang-dev CC=golang-dev https://golang.org/cl/5937049
This commit is contained in:
parent
48a2c50a18
commit
81dbec12c8
2
misc/dist/bindist.go
vendored
2
misc/dist/bindist.go
vendored
@ -35,7 +35,7 @@ var (
|
||||
verbose = flag.Bool("v", false, "verbose output")
|
||||
upload = flag.Bool("upload", true, "upload resulting files to Google Code")
|
||||
wxsFile = flag.String("wxs", "", "path to custom installer.wxs")
|
||||
addLabel = flag.String("label", "", "additional label to apply to file hwhen uploading")
|
||||
addLabel = flag.String("label", "", "additional label to apply to file when uploading")
|
||||
|
||||
username, password string // for Google Code upload
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user