Spelling in VZDump descriptions

This commit is contained in:
Fabian Grünbichler 2016-04-14 09:16:09 +02:00 committed by Dietmar Maurer
parent d5066d8487
commit af77c16479

View File

@ -49,7 +49,7 @@ my $confdesc = {
}, },
stdexcludes => { stdexcludes => {
type => 'boolean', type => 'boolean',
description => "Exclude temorary files and logs.", description => "Exclude temporary files and logs.",
optional => 1, optional => 1,
default => 1, default => 1,
}, },
@ -62,7 +62,7 @@ my $confdesc = {
}, },
pigz=> { pigz=> {
type => "integer", type => "integer",
description => "Uses pigz instead of gzip when N>0.". description => "Use pigz instead of gzip when N>0.".
" N=1 uses half of cores, N>1 uses N as thread count.", " N=1 uses half of cores, N>1 uses N as thread count.",
optional => 1, optional => 1,
default => 0, default => 0,
@ -82,12 +82,12 @@ my $confdesc = {
}, },
exclude => { exclude => {
type => 'string', format => 'pve-vmid-list', type => 'string', format => 'pve-vmid-list',
description => "exclude specified VMs (assumes --all)", description => "Exclude specified VMs (assumes --all)",
optional => 1, optional => 1,
}, },
'exclude-path' => { 'exclude-path' => {
type => 'string', format => 'string-alist', type => 'string', format => 'string-alist',
description => "exclude certain files/directories (shell globs).", description => "Exclude certain files/directories (shell globs).",
optional => 1, optional => 1,
}, },
mailto => { mailto => {