]> git.proxmox.com Git - qemu-server.git/commitdiff
fix docu
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Jul 2013 06:29:12 +0000 (08:29 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Jul 2013 06:29:12 +0000 (08:29 +0200)
PVE/API2/Qemu.pm

index 45c3da1888a19389b53ad535604788a89295f7a4..2c864879e0b16c2f669391cdd97120e051f9d8df 100644 (file)
@@ -1339,7 +1339,7 @@ __PACKAGE__->register_method({
            node => get_standard_option('pve-node'),
            vmid => get_standard_option('pve-vmid'),
            proxy => {
-               description => "This can be used by the client to specify the proxy server. All nodes in a cluster runs 'spiceproxy', so it is up to the client to choose one. By default, we return the node where the VM is currently running. As resonable setting is to use same node you use to connect to the API (This is window.location.host for the JS GUI).",
+               description => "This can be used by the client to specify the proxy server. All nodes in a cluster runs 'spiceproxy', so it is up to the client to choose one. By default, we return the node where the VM is currently running. As resonable setting is to use same node you use to connect to the API (This is window.location.hostname for the JS GUI).",
                type => 'string', format => 'dns-name',
                optional => 1,
            },