cli: fix typos in virt-install --help output

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

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2019-01-15 14:47:01 +01:00
parent bbe4866127
commit 14033113a4

View File

@ -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: