Blame SOURCES/virt-manager-cli-fix-typos-in-virt-install-help-output.patch

3d61c0
From e0b86324f8fc701bdc9b3d0b9ec2608d89c48a05 Mon Sep 17 00:00:00 2001
3d61c0
Message-Id: <e0b86324f8fc701bdc9b3d0b9ec2608d89c48a05@dist-git>
3d61c0
From: Pavel Hrdina <phrdina@redhat.com>
3d61c0
Date: Tue, 15 Jan 2019 14:47:01 +0100
3d61c0
Subject: [PATCH] cli: fix typos in virt-install --help output
3d61c0
3d61c0
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1533015
3d61c0
3d61c0
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
3d61c0
(cherry picked from commit 14033113a495a7ed1b95e6a22f79c75cdd6a0463)
3d61c0
Reviewed-by: Cole Robinson <crobinso@redhat.com>
3d61c0
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
3d61c0
---
3d61c0
 virtinst/cli.py | 4 ++--
3d61c0
 1 file changed, 2 insertions(+), 2 deletions(-)
3d61c0
3d61c0
diff --git a/virtinst/cli.py b/virtinst/cli.py
3d61c0
index 2a736aa9..c282b993 100644
3d61c0
--- a/virtinst/cli.py
3d61c0
+++ b/virtinst/cli.py
3d61c0
@@ -611,8 +611,8 @@ def vcpu_cli_options(grp, backcompat=True, editexample=False):
3d61c0
     grp.add_argument("--vcpus",
3d61c0
         help=_("Number of vcpus to configure for your guest. Ex:\n"
3d61c0
                "--vcpus 5\n"
3d61c0
-               "--vcpus 5,maxcpus=10,cpuset=1-4,6,8\n"
3d61c0
-               "--vcpus sockets=2,cores=4,threads=2,"))
3d61c0
+               "--vcpus 5,maxvcpus=10,cpuset=1-4,6,8\n"
3d61c0
+               "--vcpus sockets=2,cores=4,threads=2"))
3d61c0
 
3d61c0
     extramsg = "--cpu host"
3d61c0
     if editexample:
3d61c0
-- 
3d61c0
2.20.1
3d61c0