[virt-tools-list] [virt-manager PATCH] cli: fix typos in virt-install --help output
Pavel Hrdina
phrdina at redhat.com
Tue Jan 15 14:31:45 UTC 2019
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1533015
Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
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
More information about the virt-tools-list
mailing list