Hide Forgot
virt-install --help shows: usage: virt-install --name NAME --ram RAM STORAGE INSTALL [options] However in the help there is no trace of --ram, but there is --memory So, should --ram be replaced by --memory? Or if it is a different function/feature, you just need to document --ram to avoid confusion. # virt-install --version 1.3.2
Thanks for the report. --ram is an old option that's superceded by --memory. --ram still works but it's not recommended anymore. I fixed the --help output to suggest --memory instead: commit 22022d95dc2033b2a771c57ec18021000bfef08d Author: Cole Robinson <crobinso> Date: Thu Apr 7 15:52:07 2016 -0400 virt-install: Don't show old --ram option in --help (bz 1321663)