qmrestore: 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:34 +02:00 committed by Thomas Lamprecht
parent 2d7a026e99
commit 31150d20c4

View File

@ -54,7 +54,7 @@ __PACKAGE__->register_method({
description => "Add the VM to the specified pool.", description => "Add the VM to the specified pool.",
}, },
bwlimit => { bwlimit => {
description => "Override i/o bandwidth limit (in KiB/s).", description => "Override I/O bandwidth limit (in KiB/s).",
optional => 1, optional => 1,
type => 'number', type => 'number',
minimum => '0', minimum => '0',