]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: document -v flag for get
authorJaana Burcu Dogan <jbd@google.com>
Tue, 16 Aug 2016 06:24:31 +0000 (23:24 -0700)
committerJaana Burcu Dogan <jbd@google.com>
Tue, 16 Aug 2016 18:35:34 +0000 (18:35 +0000)
Fixes #16719.

Change-Id: I20550628814e3454f17d6f8ae8b66cce17f09859
Reviewed-on: https://go-review.googlesource.com/27118
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/get.go

index 58b0d16b2b0af951e69180cf3500b4510d4ef839..38c50ae1279de745c100603ed3b96922c6e8cd0b 100644 (file)
 // and their dependencies.  By default, get uses the network to check out
 // missing packages but does not use it to look for updates to existing packages.
 //
+// The -v flag enables verbose progress and debug output.
+//
 // Get also accepts build flags to control the installation. See 'go help build'.
 //
 // When checking out a new package, get creates the target directory
index 19858f7e55db928bbaaef5961f2229f59a1f9bdd..d30d612c72712f85d18acfbd178851d2fc6d8eb0 100644 (file)
@@ -43,6 +43,8 @@ The -u flag instructs get to use the network to update the named packages
 and their dependencies.  By default, get uses the network to check out
 missing packages but does not use it to look for updates to existing packages.
 
+The -v flag enables verbose progress and debug output.
+
 Get also accepts build flags to control the installation. See 'go help build'.
 
 When checking out a new package, get creates the target directory