]> git.proxmox.com Git - qemu.git/commitdiff
qmp: netdev_add is like -netdev, not -net, fix documentation
authorMarkus Armbruster <armbru@redhat.com>
Fri, 22 Feb 2013 17:31:51 +0000 (18:31 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 27 Feb 2013 15:10:47 +0000 (16:10 +0100)
Cc: qemu-stable@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
qmp-commands.hx

index 799adea1b7a00af5e358e2baacd40b59ebb7d360..95022e259ff630ee72da7afbace4fd964ceba89f 100644 (file)
@@ -822,7 +822,7 @@ Example:
 -> { "execute": "netdev_add", "arguments": { "type": "user", "id": "netdev1" } }
 <- { "return": {} }
 
-Note: The supported device options are the same ones supported by the '-net'
+Note: The supported device options are the same ones supported by the '-netdev'
       command-line argument, which are listed in the '-help' output or QEMU's
       manual