aboutsummaryrefslogtreecommitdiffstats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2011-02-04 09:22:14 +0100
committerKevin Wolf <kwolf@redhat.com>2011-02-10 13:23:43 +0100
commit982aa95532a3a7b549695d5b3e18442975eecfb5 (patch)
tree04fa20dc7773c64d32ee196abb6947434d2e71bf /hmp-commands.hx
parent6c5f738daec123020d32543fe90a6633a4f6643e (diff)
Change snapshot_blkdev hmp to use correct argument type for device
Pointed out by Markus Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 38e1eb7eb..372bef429 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -822,7 +822,7 @@ ETEXI
{
.name = "snapshot_blkdev",
- .args_type = "device:s,snapshot_file:s?,format:s?",
+ .args_type = "device:B,snapshot_file:s?,format:s?",
.params = "device [new-image-file] [format]",
.help = "initiates a live snapshot\n\t\t\t"
"of device. If a new image file is specified, the\n\t\t\t"