virt-install: Add some examples in --cpu help

This commit is contained in:
Cole Robinson 2014-01-21 16:28:07 -05:00
parent 812c4c6d98
commit 316b2bd73b

View File

@ -763,7 +763,9 @@ def vcpu_cli_options(grp, backcompat=True):
"--vcpus 5,maxcpus=10,cpuset=1-4,6,8\n"
"--vcpus sockets=2,cores=4,threads=2,"))
grp.add_argument("--cpu",
help=_("CPU model and features. Ex: --cpu coreduo,+x2apic"))
help=_("CPU model and features. Ex:\n"
"--cpu coreduo,+x2apic\n"
"--cpu host"))
if backcompat:
grp.add_argument("--check-cpu", action="store_true",