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:
Luiz Capitulino 2009-09-04 16:23:06 -03:00 committed by Aurelien Jarno
parent 6c58e80f3e
commit 075e36b8ed
1 changed files with 1 additions and 1 deletions

View File

@ -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