main: describe non-hidden

The describe format has become quite useful, we should list it in the
help page.

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-04-08 08:43:43 +02:00 committed by Achilleas Koutsou
parent 5057bd4791
commit 9847b44619

View file

@ -473,7 +473,7 @@ operating systems like Fedora, CentOS and RHEL with easy customizations support.
RunE: cmdDescribeImg,
SilenceUsage: true,
Args: cobra.ExactArgs(1),
Hidden: true,
Hidden: false,
Aliases: []string{"describe-image"},
}
describeImgCmd.Flags().String("arch", "", `use the different architecture`)