]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-img-cmds.hx
qemu-img: Add --start-offset and --max-length to map
[mirror_qemu.git] / qemu-img-cmds.hx
index c9c54de1df40c37791e9c183ebcb683bbd427a5a..35f832816f961a3f19e1405871bb7110a0351c57 100644 (file)
@@ -63,9 +63,9 @@ SRST
 ERST
 
 DEF("map", img_map,
-    "map [--object objectdef] [--image-opts] [-f fmt] [--output=ofmt] [-U] filename")
+    "map [--object objectdef] [--image-opts] [-f fmt] [--start-offset=offset] [--max-length=len] [--output=ofmt] [-U] filename")
 SRST
-.. option:: map [--object OBJECTDEF] [--image-opts] [-f FMT] [--output=OFMT] [-U] FILENAME
+.. option:: map [--object OBJECTDEF] [--image-opts] [-f FMT] [--start-offset=OFFSET] [--max-length=LEN] [--output=OFMT] [-U] FILENAME
 ERST
 
 DEF("measure", img_measure,