Skip to content

Commit ce6c8a5

Browse files
agnivadebradfitz
authored andcommitted
[release-branch.go1.11] cmd/go/internal/modcmd: remove non-existent -dir flag
Updates #27243 Fixes #27498 Change-Id: If9230244938dabd03b9afaa6600310df8f97fe92 Reviewed-on: https://go-review.googlesource.com/131775 Reviewed-by: Bryan C. Mills <[email protected]> (cherry picked from commit 55ef446) Reviewed-on: https://go-review.googlesource.com/c/146717 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 97781d2 commit ce6c8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/alldocs.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/go/internal/modcmd/download.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
var cmdDownload = &base.Command{
18-
UsageLine: "go mod download [-dir] [-json] [modules]",
18+
UsageLine: "go mod download [-json] [modules]",
1919
Short: "download modules to local cache",
2020
Long: `
2121
Download downloads the named modules, which can be module patterns selecting

0 commit comments

Comments
 (0)