mirror of https://github.com/containers/podman.git
create: Fix key=value annotation in the flag output
[NO NEW TESTS NEEDED] Signed-off-by: Morten Linderud <morten@linderud.pw>
This commit is contained in:
parent
eb19a7582e
commit
a0991c6f36
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue