Skip to content
Snippets Groups Projects
Commit ac12a5af 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>
(cherry picked from commit 982aa955)
parent b03088c3
No related branches found
No related tags found
No related merge requests found
...@@ -822,7 +822,7 @@ ETEXI ...@@ -822,7 +822,7 @@ ETEXI
{ {
.name = "snapshot_blkdev", .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]", .params = "device [new-image-file] [format]",
.help = "initiates a live snapshot\n\t\t\t" .help = "initiates a live snapshot\n\t\t\t"
"of device. If a new image file is specified, the\n\t\t\t" "of device. If a new image file is specified, the\n\t\t\t"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment