Skip to content

Commit

Permalink
Merge pull request openshift#558 from miabbott/typo_fix
Browse files Browse the repository at this point in the history
cli/admin/release/new: typo fix
  • Loading branch information
openshift-merge-robot authored Oct 6, 2020
2 parents eadaf89 + 36ef307 commit bdd8f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/admin/release/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func NewRelease(f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.

// properties of the release
flags.StringVar(&o.Name, "name", o.Name, "The name of the release. Will default to the current time.")
flags.StringSliceVar(&o.PreviousVersions, "previous", o.PreviousVersions, "A list of semantic versions that should preceed this version in the release manifest.")
flags.StringSliceVar(&o.PreviousVersions, "previous", o.PreviousVersions, "A list of semantic versions that should precede this version in the release manifest.")
flags.StringVar(&o.ReleaseMetadata, "metadata", o.ReleaseMetadata, "A JSON object to attach as the metadata for the release manifest.")
flags.BoolVar(&o.ForceManifest, "release-manifest", o.ForceManifest, "If true, a release manifest will be created using --name as the semantic version.")

Expand Down

0 comments on commit bdd8f89

Please sign in to comment.