cmd/list: docs: remove redundant type information to clarify the message

This commit is contained in:
goto1134 2023-05-24 21:45:53 +03:00
parent ace6582024
commit fb9933427d
2 changed files with 2 additions and 2 deletions

View file

@ -1041,7 +1041,7 @@
//
// The -retracted flag causes list to report information about retracted
// module versions. When -retracted is used with -f or -json, the Retracted
// field will be set to a string slice explaining why the version was retracted.
// field explains why the version was retracted.
// The strings are taken from comments on the retract directive in the
// module's go.mod file. When -retracted is used with -versions, retracted
// versions are listed together with unretracted versions. The -retracted

View file

@ -297,7 +297,7 @@ space-separated version list.
The -retracted flag causes list to report information about retracted
module versions. When -retracted is used with -f or -json, the Retracted
field will be set to a string slice explaining why the version was retracted.
field explains why the version was retracted.
The strings are taken from comments on the retract directive in the
module's go.mod file. When -retracted is used with -versions, retracted
versions are listed together with unretracted versions. The -retracted