mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
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:
parent
bbe4866127
commit
14033113a4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user