diff --git a/cmd/image-builder/main.go b/cmd/image-builder/main.go index bf20788..594bb5d 100644 --- a/cmd/image-builder/main.go +++ b/cmd/image-builder/main.go @@ -172,7 +172,7 @@ operating sytsems like centos and RHEL with easy customizations support.`, rootCmd.AddCommand(listImagesCmd) manifestCmd := &cobra.Command{ - Use: "manifest [blueprint]", + Use: "manifest ", Short: "Build manifest for the given distro/image-type, e.g. centos-9 qcow2", RunE: cmdManifest, SilenceUsage: true, @@ -188,7 +188,7 @@ operating sytsems like centos and RHEL with easy customizations support.`, rootCmd.AddCommand(manifestCmd) buildCmd := &cobra.Command{ - Use: "build [blueprint]", + Use: "build ", Short: "Build the given distro/image-type, e.g. centos-9 qcow2", RunE: cmdBuild, SilenceUsage: true,