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/JSONSchema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index 527e409..93dfcf9 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -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, -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel