diff mbox

[1/3] monitor: Fix drive_del id argument type completion.

Message ID 1397402707-15799-2-git-send-email-kroosec@gmail.com
State New
Headers show

Commit Message

Hani Benhabiles April 13, 2014, 3:25 p.m. UTC
Signed-off-by: Hani Benhabiles <hani@linux.com>
---
 hmp-commands.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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 @@  ETEXI
 
     {
         .name       = "drive_del",
-        .args_type  = "id:s",
+        .args_type  = "id:B",
         .params     = "device",
         .help       = "remove host block device",
         .user_print = monitor_user_noop,