summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorLaurent Vivier2022-02-02 15:34:22 +0100
committerLaurent Vivier2022-02-22 17:15:21 +0100
commit35aab3032687140d7dee4fb10c5f051e31ef3b6a (patch)
tree7dc9146c81784d57d6caceeec7e8b63dcda6c5aa /qemu-options.hx
parenthw/nvram: use at24 macro (diff)
downloadqemu-35aab3032687140d7dee4fb10c5f051e31ef3b6a.tar.gz
qemu-35aab3032687140d7dee4fb10c5f051e31ef3b6a.tar.xz
qemu-35aab3032687140d7dee4fb10c5f051e31ef3b6a.zip
qemu-options: fix incorrect description for '-drive index='
qemu-options.hx contains grammar that a native English-speaking person would never use. Replace "This option defines where is connected the drive" by "This option defines where the drive is connected". Fixes: https://gitlab.com/qemu-project/qemu/-/issues/853 Signed-off-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20220202143422.912070-1-lvivier@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index ba3ae6a42a..094a6c1d7c 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1377,7 +1377,7 @@ SRST
the bus number and the unit id.
``index=index``
- This option defines where is connected the drive by using an
+ This option defines where the drive is connected by using an
index in the list of available connectors of a given interface
type.