diff options
author | Hani Benhabiles <kroosec@gmail.com> | 2014-04-13 16:25:05 +0100 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-04-25 09:19:59 -0400 |
commit | f7bdc41acc0f9e3f35562ff6a2c37d1a09b79b7b (patch) | |
tree | 99cf8b13c3974c9f22d38ac9757482d159bb9dc9 /hmp-commands.hx | |
parent | 073a341151ecd02b4d4b7ae01ce7c3ff4e9b71f8 (diff) |
monitor: Fix drive_del id argument type completion.
Signed-off-by: Hani Benhabiles <hani@linux.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index f3fc514427..6bf47972e5 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -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, |