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}.
|
||||
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" },
|
||||
STEXI
|
||||
@item commit
|
||||
|
Loading…
Reference in New Issue
Block a user