Skip to content

Commit 8c9a797

Browse files
committed
cmd/go: document -v flag for get
Fixes #16719. Change-Id: I20550628814e3454f17d6f8ae8b66cce17f09859 Reviewed-on: https://go-review.googlesource.com/27118 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 6421479 commit 8c9a797

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/cmd/go/alldocs.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,8 @@
496496
// and their dependencies. By default, get uses the network to check out
497497
// missing packages but does not use it to look for updates to existing packages.
498498
//
499+
// The -v flag enables verbose progress and debug output.
500+
//
499501
// Get also accepts build flags to control the installation. See 'go help build'.
500502
//
501503
// When checking out a new package, get creates the target directory

src/cmd/go/get.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ The -u flag instructs get to use the network to update the named packages
4343
and their dependencies. By default, get uses the network to check out
4444
missing packages but does not use it to look for updates to existing packages.
4545
46+
The -v flag enables verbose progress and debug output.
47+
4648
Get also accepts build flags to control the installation. See 'go help build'.
4749
4850
When checking out a new package, get creates the target directory

0 commit comments

Comments
 (0)