show hyperv support in CLI help
This commit is contained in:
parent
6a39901b8e
commit
5b80c0777f
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -5477,7 +5477,7 @@ def handle_image_build(options, session, args):
|
|||
"""[build] Create a disk image given an install tree"""
|
||||
formats = ('vmdk', 'qcow', 'qcow2', 'vdi', 'vpc', 'rhevm-ova',
|
||||
'vsphere-ova', 'vagrant-virtualbox', 'vagrant-libvirt',
|
||||
'vagrant-vmware-fusion', 'docker', 'raw-xz',
|
||||
'vagrant-vmware-fusion', 'vagrant-hyperv', 'docker', 'raw-xz',
|
||||
'liveimg-squashfs', 'tar-gz')
|
||||
usage = _("usage: %prog image-build [options] <name> <version> " +
|
||||
"<target> <install-tree-url> <arch> [<arch>...]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue