fix usage

This commit is contained in:
Rick Olson 2014-05-22 17:08:14 -06:00
parent 3eacb036c7
commit 00c455e07b
2 changed files with 2 additions and 2 deletions

@ -2,7 +2,7 @@
script/fmt
rm -r `pwd`/bin/*
rm -rf `pwd`/bin/*
rm -rf `pwd`/.vendor/pkg
GOPATH="`pwd`/.vendor" \

@ -29,7 +29,7 @@ func main() {
flag.Parse()
if *ShowHelp {
fmt.Println("usage: script/build [-os] [-arch] [-all]")
fmt.Println("usage: script/bootstrap [-os] [-arch] [-all]")
flag.PrintDefaults()
return
}