This makes the description consistent with the other places that have bwlimit as a parameter as well.
Signed-off-by: Stefan Hanreich <s.hanre...@proxmox.com> --- src/PVE/VZDump/Common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel