]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Fix Drives= documentation
authorNils K <24257556+septatrix@users.noreply.github.com>
Mon, 3 Mar 2025 00:27:46 +0000 (01:27 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 3 Mar 2025 06:32:55 +0000 (07:32 +0100)
Follow up for 7ff9a890c1947b4111010e81e0e64e06a0e8d800

mkosi/resources/man/mkosi.1.md

index 49d8e0650c721cf1f6d735839bf2735863395614..34650c932e8a63ee325f86d344cf8804cc32fd8b 100644 (file)
@@ -1789,7 +1789,7 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
     gigabytes respectively. `directory` optionally specifies the directory
     in which to create the file backing the drive. `options` optionally
     specifies extra comma-delimited properties which are passed verbatim
-    to **qemu**'s `-drive` option. `file-id` specifies the ID of the file
+    to **qemu**'s `-blockdev` option. `file-id` specifies the ID of the file
     backing the drive. Drives with the same file ID will share the
     backing file. The directory and size of the file will be determined
     from the first drive with a given file ID.