mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-09 08:58:27 +03:00
man: virt-install: mention <iothreadids> too
This commit is contained in:
parent
27a51b2210
commit
78526aea74
@ -309,7 +309,7 @@ Use --security=? to see a list of all available sub options. Complete details at
|
||||
|
||||
=item B<--iothreads> OPTIONS
|
||||
|
||||
Specify domain <iothreads> XML. For example, to configure <iothreads>4</iothreads>, do:
|
||||
Specify domain <iothreads> and/or <iothreadids> XML. For example, to configure <iothreads>4</iothreads>, do:
|
||||
|
||||
--iothreads 4
|
||||
|
||||
|
@ -765,7 +765,7 @@ def add_device_options(devg, sound_back_compat=False):
|
||||
def add_guest_xml_options(geng):
|
||||
ParserIOThreads.register()
|
||||
geng.add_argument("--iothreads", action="append",
|
||||
help=_("Set domain <iothreads> configuration."))
|
||||
help=_("Set domain <iothreads> and <iothreadids> configuration."))
|
||||
|
||||
ParserSeclabel.register()
|
||||
geng.add_argument("--seclabel", "--security", action="append",
|
||||
|
Loading…
x
Reference in New Issue
Block a user