@@ -322,11 +322,11 @@ static const vshCmdOptDef opts_attach_disk[] = {
},
{.name = "driver",
.type = VSH_OT_STRING,
- .help = N_("driver of disk device")
+ .help = N_("driver of disk device (qemu|...)")
},
{.name = "subdriver",
.type = VSH_OT_STRING,
- .help = N_("subdriver of disk device")
+ .help = N_("subdriver of disk device (raw|qcow2|vmdk|...)")
},
{.name = "iothread",
.type = VSH_OT_STRING,
@@ -338,7 +338,7 @@ static const vshCmdOptDef opts_attach_disk[] = {
},
{.name = "type",
.type = VSH_OT_STRING,
- .help = N_("target device type")
+ .help = N_("target device type (disk|cdrom|floppy|...)")
},
{.name = "shareable",
.type = VSH_OT_ALIAS,
@@ -346,11 +346,11 @@ static const vshCmdOptDef opts_attach_disk[] = {
},
{.name = "mode",
.type = VSH_OT_STRING,
- .help = N_("mode of device reading and writing")
+ .help = N_("mode of device reading and writing (readonly|shareable)")
},
{.name = "sourcetype",
.type = VSH_OT_STRING,
- .help = N_("type of source (block|file)")
+ .help = N_("type of source (block|file|...)")
},
{.name = "serial",
.type = VSH_OT_STRING,