Skip to content

Commit

Permalink
Merge pull request #13223 from Foxboron/morten/fix-annotation
Browse files Browse the repository at this point in the history
create: Fix key=value annotation in the flag output
  • Loading branch information
openshift-merge-robot authored Feb 14, 2022
2 parents ba50e5d + a0991c6 commit 38b19c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/common/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func DefineCreateFlags(cmd *cobra.Command, cf *entities.ContainerCreateOptions,
createFlags.StringSliceVar(
&cf.Annotation,
annotationFlagName, []string{},
"Add annotations to container (key:value)",
"Add annotations to container (key=value)",
)
_ = cmd.RegisterFlagCompletionFunc(annotationFlagName, completion.AutocompleteNone)

Expand Down

0 comments on commit 38b19c1

Please sign in to comment.