fix: volume create filters
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit is contained in:
parent
0be9887afc
commit
047a4bc830
|
|
@ -48,7 +48,7 @@ func init() {
|
|||
_ = createCommand.RegisterFlagCompletionFunc(driverFlagName, completion.AutocompleteNone)
|
||||
|
||||
labelFlagName := "label"
|
||||
flags.StringSliceVarP(&opts.Label, labelFlagName, "l", []string{}, "Set metadata for a volume (default [])")
|
||||
flags.StringArrayVarP(&opts.Label, labelFlagName, "l", []string{}, "Set metadata for a volume (default [])")
|
||||
_ = createCommand.RegisterFlagCompletionFunc(labelFlagName, completion.AutocompleteNone)
|
||||
|
||||
optFlagName := "opt"
|
||||
|
|
|
|||
Loading…
Reference in New Issue