summaryrefslogtreecommitdiff
path: root/virtinst
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-08-21 16:08:37 -0400
committerCole Robinson <crobinso@redhat.com>2022-08-21 16:10:55 -0400
commita254ece0f0497d062a0e4c94dc45619649ea4922 (patch)
tree0f011f2b86e911dd6527cddebb787d024498926d /virtinst
parentfbdf05162606e4d70506b65d0dd647a59f229253 (diff)
downloadvirt-manager-a254ece0f0497d062a0e4c94dc45619649ea4922.tar.gz
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>
Diffstat (limited to 'virtinst')
-rw-r--r--virtinst/virtinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/virtinstall.py b/virtinst/virtinstall.py
index baebe5b5..37eef1fc 100644
--- a/virtinst/virtinstall.py
+++ b/virtinst/virtinstall.py
@@ -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)