]> git.proxmox.com Git - qemu-server.git/commitdiff
qmrestore: improve description of bwlimit parameter
authorStefan Hanreich <s.hanreich@proxmox.com>
Wed, 29 Mar 2023 12:34:34 +0000 (14:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 15:56:34 +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>
PVE/CLI/qmrestore.pm

index 034233a7902b572d319b638da0cfccbe40695223..a47648bd430db8b0bd6703ec2d6137b0c66f42d0 100755 (executable)
@@ -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',