]> git.proxmox.com Git - qemu.git/blobdiff - block/raw-posix.c
qemu-img: Print available options with -o ?
[qemu.git] / block / raw-posix.c
index 38c4aa71af4d63599cbf26e1b63a3fd8029a8b08..4798d626c366ef5144c4c66cbe4018de34a99dc8 100644 (file)
@@ -858,7 +858,11 @@ static void raw_flush(BlockDriverState *bs)
 
 
 static QEMUOptionParameter raw_create_options[] = {
-    { BLOCK_OPT_SIZE,           OPT_SIZE },
+    {
+        .name = BLOCK_OPT_SIZE,
+        .type = OPT_SIZE,
+        .help = "Virtual disk size"
+    },
     { NULL }
 };