summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-11 15:19:16 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-11 15:19:16 +0000
commitf029bd940ee7d8e6e8bb02526fdf99e2490552ba (patch)
treed3d1625ed1ae865fd683cfe2891fde835954786d /monitor.c
parent6d2550ea5002feac408ed252f45066aaa0af8b19 (diff)
downloadqemu-f029bd940ee7d8e6e8bb02526fdf99e2490552ba.tar.gz
Add a description for the set_link monitor command.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6591 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 354a792d40..778f49fb3c 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1513,7 +1513,8 @@ static const term_cmd_t term_cmds[] = {
"value", "set maximum speed (in bytes) for migrations" },
{ "balloon", "i", do_balloon,
"target", "request VM to change it's memory allocation (in MB)" },
- { "set_link", "ss", do_set_link, "name [up|down]" },
+ { "set_link", "ss", do_set_link,
+ "name [up|down]", "change the link status of a network adapter" },
{ NULL, NULL, },
};