Commit 982aa955 authored by Jes Sorensen's avatar Jes Sorensen Committed by Kevin Wolf
Browse files

Change snapshot_blkdev hmp to use correct argument type for device



Pointed out by Markus

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 6c5f738d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"