Skip to content

Commit ce4a6bd

Browse files
Update versions.go
1 parent 50c6cdc commit ce4a6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/internal/cli/versions/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func (o *Opts) PreRunE(_ []string) error {
113113
}
114114

115115
// Builder builds the versions command with the following signature:
116-
// versions -s oas
116+
// versions -s oas --env dev|qa|staging|prod -stability-level STABLE|PREVIEW
117117
func Builder() *cobra.Command {
118118
opts := &Opts{
119119
fs: afero.NewOsFs(),

0 commit comments

Comments
 (0)