diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm index 4b0e8e0..1d96061 100644 --- a/src/PVE/VZDump/Common.pm +++ b/src/PVE/VZDump/Common.pm @@ -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,