monitor: Rename argument type 'b' to 'f'

To make 'b' available for boolean argument.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Markus Armbruster 2010-03-26 09:07:08 +01:00 committed by Aurelien Jarno
parent ae82d3242d
commit ee9545dad4
2 changed files with 5 additions and 5 deletions

View file

@ -804,7 +804,7 @@ ETEXI
{
.name = "migrate_set_speed",
.args_type = "value:b",
.args_type = "value:f",
.params = "value",
.help = "set maximum speed (in bytes) for migrations",
.user_print = monitor_user_noop,