mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-install: Don't show old --ram option in --help (bz 1321663)
This commit is contained in:
parent
c92507baea
commit
22022d95dc
@ -897,7 +897,7 @@ def xml_to_print(guest, continue_inst, xmlonly, dry):
|
||||
|
||||
def parse_args():
|
||||
parser = cli.setupParser(
|
||||
"%(prog)s --name NAME --ram RAM STORAGE INSTALL [options]",
|
||||
"%(prog)s --name NAME --memory MB STORAGE INSTALL [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