Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1533015

Signed-off-by: Pavel Hrdina <[email protected]>
---

Pushed under trivial rule.

 virtinst/cli.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtinst/cli.py b/virtinst/cli.py
index 9109d2a6..23bd7aae 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -627,8 +627,8 @@ def vcpu_cli_options(grp, backcompat=True, 
editexample=False):
     grp.add_argument("--vcpus", action="append",
         help=_("Number of vcpus to configure for your guest. Ex:\n"
                "--vcpus 5\n"
-               "--vcpus 5,maxcpus=10,cpuset=1-4,6,8\n"
-               "--vcpus sockets=2,cores=4,threads=2,"))
+               "--vcpus 5,maxvcpus=10,cpuset=1-4,6,8\n"
+               "--vcpus sockets=2,cores=4,threads=2"))
 
     extramsg = "--cpu host"
     if editexample:
-- 
2.20.1

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to