cmd/image-builder/main: fix typo in --filter help
This commit is contained in:
parent
3f881601fc
commit
b4815631a3
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ operating sytsems like centos and RHEL with easy customizations support.`,
|
|||
SilenceUsage: true,
|
||||
Args: cobra.NoArgs,
|
||||
}
|
||||
listImagesCmd.Flags().StringArray("filter", nil, `Filter distributions by a specific criteria (e.g. "type:rhel*")`)
|
||||
listImagesCmd.Flags().StringArray("filter", nil, `Filter distributions by a specific criteria (e.g. "type:iot*")`)
|
||||
listImagesCmd.Flags().String("output", "", "Output in a specific format (text, json)")
|
||||
rootCmd.AddCommand(listImagesCmd)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue