diff --git a/bib/cmd/bootc-image-builder/main.go b/bib/cmd/bootc-image-builder/main.go index e3bc59c0..26eca0fd 100644 --- a/bib/cmd/bootc-image-builder/main.go +++ b/bib/cmd/bootc-image-builder/main.go @@ -646,7 +646,7 @@ func buildCobraCmdline() (*cobra.Command, error) { buildCmd.Flags().String("output", ".", "artifact output directory") buildCmd.Flags().String("store", "/store", "osbuild store for intermediate pipeline trees") //TODO: add json progress for higher level tools like "podman bootc" - buildCmd.Flags().String("progress", "", "type of progress bar to use") + buildCmd.Flags().String("progress", "", "type of progress bar to use (e.g. plain,term)") // flag rules for _, dname := range []string{"output", "store", "rpmmd"} { if err := buildCmd.MarkFlagDirname(dname); err != nil {