commit | f7bdc41acc0f9e3f35562ff6a2c37d1a09b79b7b | [log] [tgz] |
---|---|---|
author | Hani Benhabiles <kroosec@gmail.com> | Sun Apr 13 16:25:05 2014 +0100 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Fri Apr 25 09:19:59 2014 -0400 |
tree | 99cf8b13c3974c9f22d38ac9757482d159bb9dc9 | |
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>
diff --git a/hmp-commands.hx b/hmp-commands.hx index f3fc514..6bf4797 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -176,7 +176,7 @@ { .name = "drive_del", - .args_type = "id:s", + .args_type = "id:B", .params = "device", .help = "remove host block device", .user_print = monitor_user_noop,