correct 'snapshot' flag description

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2018-02-08 13:41:27 +01:00
parent 5fc748614f
commit bfb04cfc01

View File

@ -753,7 +753,9 @@ my %drivedesc_base = (
},
snapshot => {
type => 'boolean',
description => "Whether the drive should be included when making snapshots.",
description => "Controls qemu's snapshot mode feature."
. " If activated, changes made to the disk are temporary and will"
. " be discarded when the VM is shutdown.",
optional => 1,
},
cache => {