json schema: 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:33 +02:00 committed by Thomas Lamprecht
parent b2bf317fcb
commit 7bbfaff1e0

View File

@ -670,7 +670,7 @@ my $bwlimit_format = {
};
register_format('bwlimit', $bwlimit_format);
register_standard_option('bwlimit', {
description => "Set bandwidth/io limits various operations.",
description => "Set I/O bandwidth limit for various operations (in KiB/s).",
optional => 1,
type => 'string',
format => $bwlimit_format,