mirror of
git://git.proxmox.com/git/pve-guest-common.git
synced 2025-01-03 01:17:49 +03:00
vzdump common: fix missing comma
Fixes: 5118fac
("vzdump: change-detection: fix description and drop experimental note")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ea43284837
commit
9d15995df3
@ -356,7 +356,7 @@ my $confdesc = {
|
||||
},
|
||||
'pbs-change-detection-mode' => {
|
||||
type => 'string',
|
||||
description => "PBS mode used to detect file changes and switch encoding format for container backups."
|
||||
description => "PBS mode used to detect file changes and switch encoding format for container backups.",
|
||||
optional => 1,
|
||||
enum => [ 'legacy', 'data', 'metadata' ],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user