Fix typo in balloon help
Fix launchpad #563883
Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 3c05613a6a
)
This commit is contained in:
parent
0c459361a1
commit
9c6a8f503d
|
@ -888,7 +888,7 @@ ETEXI
|
||||||
.name = "balloon",
|
.name = "balloon",
|
||||||
.args_type = "value:M",
|
.args_type = "value:M",
|
||||||
.params = "target",
|
.params = "target",
|
||||||
.help = "request VM to change it's memory allocation (in MB)",
|
.help = "request VM to change its memory allocation (in MB)",
|
||||||
.user_print = monitor_user_noop,
|
.user_print = monitor_user_noop,
|
||||||
.mhandler.cmd_new = do_balloon,
|
.mhandler.cmd_new = do_balloon,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue