monitor: Fix do_commit() argument type
Currently do_commit() argument type is 's' (string), but it should be 'B' (block), this way 'commit' gets command completion. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
6c58e80f3e
commit
075e36b8ed
@ -15,7 +15,7 @@ STEXI
|
|||||||
Show the help for all commands or just for command @var{cmd}.
|
Show the help for all commands or just for command @var{cmd}.
|
||||||
ETEXI
|
ETEXI
|
||||||
|
|
||||||
{ "commit", "device:s", do_commit,
|
{ "commit", "device:B", do_commit,
|
||||||
"device|all", "commit changes to the disk images (if -snapshot is used) or backing files" },
|
"device|all", "commit changes to the disk images (if -snapshot is used) or backing files" },
|
||||||
STEXI
|
STEXI
|
||||||
@item commit
|
@item commit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user