mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 13:49:50 +00:00
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:
parent
2d7a026e99
commit
31150d20c4
@ -54,7 +54,7 @@ __PACKAGE__->register_method({
|
||||
description => "Add the VM to the specified pool.",
|
||||
},
|
||||
bwlimit => {
|
||||
description => "Override i/o bandwidth limit (in KiB/s).",
|
||||
description => "Override I/O bandwidth limit (in KiB/s).",
|
||||
optional => 1,
|
||||
type => 'number',
|
||||
minimum => '0',
|
||||
|
Loading…
Reference in New Issue
Block a user