Skip to content

Commit

Permalink
monitor: Fix drive_del id argument type completion.
Browse files Browse the repository at this point in the history
Signed-off-by: Hani Benhabiles <hani@linux.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
  • Loading branch information
kroosec authored and Luiz Capitulino committed Apr 25, 2014
1 parent 073a341 commit f7bdc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmp-commands.hx
Expand Up @@ -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,
Expand Down

0 comments on commit f7bdc41

Please sign in to comment.