]> git.proxmox.com Git - pve-cluster.git/commitdiff
do not set format_description for migration type property
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 3 Nov 2016 07:59:38 +0000 (08:59 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 3 Nov 2016 07:59:38 +0000 (08:59 +0100)
We want to show possible enum values in the man page.

data/PVE/Cluster.pm

index da8dab48ca8369c43ff3475230e35eb8448a3e33..df0a8f7927f001be6b6e54585f2d5117cfcb8646 100644 (file)
@@ -1327,7 +1327,6 @@ my $migration_format = {
          "default. On secure, completely private networks this can be " .
          "disabled to increase performance.",
        default => 'secure',
-       format_description => 'migration type',
     },
     network => {
        optional => 1,