verify filter: improve comment

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-19 12:36:51 +02:00
parent 3c41d86010
commit 4b6a653a0f
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ pub fn verify_all_backups(
Ok(errors) Ok(errors)
} }
/// Filter for the verification of snapshots /// Filter out any snapshot from being (re-)verified where this fn returns false.
pub fn verify_filter( pub fn verify_filter(
ignore_verified_snapshots: bool, ignore_verified_snapshots: bool,
outdated_after: Option<i64>, outdated_after: Option<i64>,