]> git.proxmox.com Git - qemu-server.git/commitdiff
remove unnecessary format_description from cputype
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Nov 2016 14:56:12 +0000 (15:56 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Nov 2016 14:56:12 +0000 (15:56 +0100)
PVE/QemuServer.pm

index 6003b8542cc969b34ebc3e26afa153df4cb1dc03..b85e505eeb140dfeb99ea3902ef48410dd86fba5 100644 (file)
@@ -147,7 +147,6 @@ my $cpu_fmt = {
        description => "Emulated CPU type.",
        type => 'string',
        enum => [ sort { "\L$a" cmp "\L$b" } keys %$cpu_vendor_list ],
-       format_description => 'cputype',
        default => 'kvm64',
        default_key => 1,
     },
@@ -460,7 +459,7 @@ EODESCR
     cdrom => {
        optional => 1,
        type => 'string', format => 'pve-qm-ide',
-       typetext => 'volume',
+       typetext => '<volume>',
        description => "This is an alias for option -ide2",
     },
     cpu => {