mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-08-16 02:32:08 +00:00
vzdump: improve description of bwlimit parameter
This makes the description consistent with the other places that have bwlimit as a parameter as well. Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
This commit is contained in:
parent
99bcf18468
commit
f5dbf998dc
@ -202,7 +202,7 @@ my $confdesc = {
|
|||||||
},
|
},
|
||||||
bwlimit => {
|
bwlimit => {
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
description => "Limit I/O bandwidth (KBytes per second).",
|
description => "Limit I/O bandwidth (in KiB/s).",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
minimum => 0,
|
minimum => 0,
|
||||||
default => 0,
|
default => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user