mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 21:18:04 +03:00
virt-install: --help required options are wrong
Nowadays it could be as simple as `virt-install --install fedora36`. Trying to represent the interdepencies here is not worth it, but let's keep a simple string around to avoid the default parser usage string, which is huge Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
fbdf051626
commit
a254ece0f0
@ -1019,7 +1019,7 @@ def xml_to_print(guest, installer, xmlonly, dry):
|
||||
|
||||
def parse_args():
|
||||
parser = cli.setupParser(
|
||||
"%(prog)s --name NAME --memory MB STORAGE INSTALL [options]",
|
||||
"%(prog)s OPTIONS",
|
||||
_("Create a new virtual machine from specified install media."),
|
||||
introspection_epilog=True)
|
||||
cli.add_connect_option(parser)
|
||||
|
Loading…
Reference in New Issue
Block a user