]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dist: it sucks hwhen you forget to fix typos
authorAndrew Gerrand <adg@golang.org>
Wed, 28 Mar 2012 01:45:39 +0000 (12:45 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 28 Mar 2012 01:45:39 +0000 (12:45 +1100)
R=golang-dev
CC=golang-dev
https://golang.org/cl/5937049

misc/dist/bindist.go

index 9f6b4d88ba0700914036737c9d1d1b309a0a5db8..16193bdc1de31594546653071a5c95473612b02f 100644 (file)
@@ -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
 )