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:
parent
5057bd4791
commit
9847b44619
1 changed files with 1 additions and 1 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue