From f5dbf998dcfb314ab8859617e6f41c4cd87bb141 Mon Sep 17 00:00:00 2001 From: Stefan Hanreich Date: Wed, 29 Mar 2023 14:34:36 +0200 Subject: [PATCH] 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 --- 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,