Signed-off-by: William Dauchy <will...@gandi.net>
---
 tools/kvm/builtin-balloon.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/kvm/builtin-balloon.c b/tools/kvm/builtin-balloon.c
index 5bd2291..d158ace 100644
--- a/tools/kvm/builtin-balloon.c
+++ b/tools/kvm/builtin-balloon.c
@@ -22,8 +22,8 @@ static const struct option balloon_options[] = {
        OPT_GROUP("Instance options:"),
        OPT_STRING('n', "name", &instance_name, "name", "Instance name"),
        OPT_GROUP("Balloon options:"),
-       OPT_U64('i', "inflate", &inflate, "Amount to inflate"),
-       OPT_U64('d', "deflate", &deflate, "Amount to deflate"),
+       OPT_U64('i', "inflate", &inflate, "Amount to inflate (in MB)"),
+       OPT_U64('d', "deflate", &deflate, "Amount to deflate (in MB)"),
        OPT_END(),
 };
 
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to