[virt-tools-list] [virt-manager PATCH] util: Fix typo vpcu -> vcpu
Martin Kletzander
mkletzan at redhat.com
Mon Oct 22 13:46:03 UTC 2018
Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
man/virt-install.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/virt-install.pod b/man/virt-install.pod
index 8cd56fe016b7..062c78523e4d 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -262,7 +262,7 @@ Tune CPU parameters for the guest.
Configure which of the host's physical CPUs the domain VCPU will be pinned to. Example invocation
- --cputune vpcupin0.vcpu=0,vpcupin0.cpuset=0-3,vpcupin1.vcpu=1,vpcupin1.cpuset=4-7
+ --cputune vcpupin0.vcpu=0,vcpupin0.cpuset=0-3,vcpupin1.vcpu=1,vcpupin1.cpuset=4-7
Use --cputune=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsCPUTuning>
--
2.19.1
More information about the virt-tools-list
mailing list