]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QemuServer.pm
Qemu-Server: fix wrong quotation
[qemu-server.git] / PVE / QemuServer.pm
index 09c0df4f7285162f6bb05f5e882bc65eb5159b19..7d9cf220a12e98813ca49722547d2e4eb20f7db9 100644 (file)
@@ -783,16 +783,16 @@ my $confdesc_cloudinit = {
     searchdomain => {
        optional => 1,
        type => 'string',
-       description => "cloud-init: Sets DNS search domains for a container. Create will'
+       description => 'cloud-init: Sets DNS search domains for a container. Create will'
            .' automatically use the setting from the host if neither searchdomain nor nameserver'
-           .' are set.",
+           .' are set.',
     },
     nameserver => {
        optional => 1,
        type => 'string', format => 'address-list',
-       description => "cloud-init: Sets DNS server IP address for a container. Create will'
+       description => 'cloud-init: Sets DNS server IP address for a container. Create will'
            .' automatically use the setting from the host if neither searchdomain nor nameserver'
-           .' are set.",
+           .' are set.',
     },
     sshkeys => {
        optional => 1,