mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
virt-install: Add some examples in --cpu help
This commit is contained in:
parent
812c4c6d98
commit
316b2bd73b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user