cmd/image-builder/main: improve wording of --blueprint help
When reading `--blueprint string`, I briefly thought it might also be possible to put a whole blueprint content as string into image-builder-cli argument. This wording should avoid misunderstandings.
This commit is contained in:
parent
c1572905fe
commit
3f881601fc
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ operating sytsems like centos and RHEL with easy customizations support.`,
|
|||
Args: cobra.ExactArgs(1),
|
||||
Hidden: true,
|
||||
}
|
||||
manifestCmd.Flags().String("blueprint", "", `blueprint to customize an image`)
|
||||
manifestCmd.Flags().String("blueprint", "", `filename of a blueprint to customize an image`)
|
||||
manifestCmd.Flags().String("arch", "", `build manifest for a different architecture`)
|
||||
manifestCmd.Flags().String("distro", "", `build manifest for a different distroname (e.g. centos-9)`)
|
||||
manifestCmd.Flags().String("ostree-ref", "", `OSTREE reference`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue