man: virt-install: mention <iothreadids> too

This commit is contained in:
Cole Robinson 2019-06-04 14:17:45 -04:00
parent 27a51b2210
commit 78526aea74
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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",