]> git.proxmox.com Git - pve-guest-common.git/commitdiff
vzdump: improve description of bwlimit parameter
authorStefan Hanreich <s.hanreich@proxmox.com>
Wed, 29 Mar 2023 12:34:36 +0000 (14:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 15:56:47 +0000 (17:56 +0200)
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>
src/PVE/VZDump/Common.pm

index 4b0e8e0569a5dd12d061c60f1ddbf0425a3c1dc6..1d9606193a39ef559c44a9177cbe5cd3924ba7f8 100644 (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,