From af77c164791c4b20cee5ef8de9a6a3d97af21ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 14 Apr 2016 09:16:09 +0200 Subject: [PATCH] Spelling in VZDump descriptions --- PVE/VZDump.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 98367266..62159aee 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -49,7 +49,7 @@ my $confdesc = { }, stdexcludes => { type => 'boolean', - description => "Exclude temorary files and logs.", + description => "Exclude temporary files and logs.", optional => 1, default => 1, }, @@ -62,7 +62,7 @@ my $confdesc = { }, pigz=> { 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.", optional => 1, default => 0, @@ -82,12 +82,12 @@ my $confdesc = { }, exclude => { type => 'string', format => 'pve-vmid-list', - description => "exclude specified VMs (assumes --all)", + description => "Exclude specified VMs (assumes --all)", optional => 1, }, 'exclude-path' => { type => 'string', format => 'string-alist', - description => "exclude certain files/directories (shell globs).", + description => "Exclude certain files/directories (shell globs).", optional => 1, }, mailto => {