5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-01-31 01:47:21 +03: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:
Stefan Hanreich 2023-03-29 14:34:36 +02:00 committed by Thomas Lamprecht
parent 99bcf18468
commit f5dbf998dc

View File

@ -202,7 +202,7 @@ my $confdesc = {
},
bwlimit => {
type => 'integer',
description => "Limit I/O bandwidth (KBytes per second).",
description => "Limit I/O bandwidth (in KiB/s).",
optional => 1,
minimum => 0,
default => 0,