mirror of https://github.com/xemu-project/xemu.git
monitor: Fix drive_del id argument type completion.
Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
073a341151
commit
f7bdc41acc
|
@ -176,7 +176,7 @@ ETEXI
|
|||
|
||||
{
|
||||
.name = "drive_del",
|
||||
.args_type = "id:s",
|
||||
.args_type = "id:B",
|
||||
.params = "device",
|
||||
.help = "remove host block device",
|
||||
.user_print = monitor_user_noop,
|
||||
|
|
Loading…
Reference in New Issue