Commit 81dbec12 authored by Andrew Gerrand's avatar Andrew Gerrand

misc/dist: it sucks hwhen you forget to fix typos

R=golang-dev
CC=golang-dev
https://golang.org/cl/5937049
parent 48a2c50a
......@@ -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
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment