mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/go: fix retract interval syntax in 'go help mod edit'
For #24031 Change-Id: I70461431aac24c9465b9bdab082bcc34343a53a8 Reviewed-on: https://go-review.googlesource.com/c/go/+/270557 Run-TryBot: Jay Conrod <jayconrod@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Trust: Jay Conrod <jayconrod@google.com>
This commit is contained in:
parent
399b5d14d4
commit
64ef84881f
2 changed files with 2 additions and 2 deletions
|
|
@ -1155,7 +1155,7 @@
|
||||||
//
|
//
|
||||||
// The -retract=version and -dropretract=version flags add and drop a
|
// The -retract=version and -dropretract=version flags add and drop a
|
||||||
// retraction on the given version. The version may be a single version
|
// retraction on the given version. The version may be a single version
|
||||||
// like "v1.2.3" or a closed interval like "[v1.1.0-v1.1.9]". Note that
|
// like "v1.2.3" or a closed interval like "[v1.1.0,v1.1.9]". Note that
|
||||||
// -retract=version is a no-op if that retraction already exists.
|
// -retract=version is a no-op if that retraction already exists.
|
||||||
//
|
//
|
||||||
// The -require, -droprequire, -exclude, -dropexclude, -replace,
|
// The -require, -droprequire, -exclude, -dropexclude, -replace,
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ a version on the left side is dropped.
|
||||||
|
|
||||||
The -retract=version and -dropretract=version flags add and drop a
|
The -retract=version and -dropretract=version flags add and drop a
|
||||||
retraction on the given version. The version may be a single version
|
retraction on the given version. The version may be a single version
|
||||||
like "v1.2.3" or a closed interval like "[v1.1.0-v1.1.9]". Note that
|
like "v1.2.3" or a closed interval like "[v1.1.0,v1.1.9]". Note that
|
||||||
-retract=version is a no-op if that retraction already exists.
|
-retract=version is a no-op if that retraction already exists.
|
||||||
|
|
||||||
The -require, -droprequire, -exclude, -dropexclude, -replace,
|
The -require, -droprequire, -exclude, -dropexclude, -replace,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue