1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:24:39 -07:00

goinstall: add -clean flag to docs

Fixes #1629.

R=rsc
CC=golang-dev
https://golang.org/cl/4291057
This commit is contained in:
Andrew Gerrand 2011-03-21 14:18:12 +11:00
parent 126911dcd2
commit f91e677e12

View File

@ -14,6 +14,7 @@ Usage:
Flags and default settings: Flags and default settings:
-a=false install all previously installed packages -a=false install all previously installed packages
-clean=false clean the package directory before installing
-dashboard=true tally public packages on godashboard.appspot.com -dashboard=true tally public packages on godashboard.appspot.com
-log=true log installed packages to $GOROOT/goinstall.log for use by -a -log=true log installed packages to $GOROOT/goinstall.log for use by -a
-u=false update already-downloaded packages -u=false update already-downloaded packages