Skip to content

Commit

Permalink
create: Fix key=value annotation in the flag output
Browse files Browse the repository at this point in the history
[NO NEW TESTS NEEDED]

Signed-off-by: Morten Linderud <[email protected]>
  • Loading branch information
Foxboron committed Feb 14, 2022
1 parent eb19a75 commit a0991c6
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 a0991c6

Please sign in to comment.