From 4b6a653a0f309794c91f6831ae4c1d290b160304 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 19 May 2022 12:36:51 +0200 Subject: [PATCH] verify filter: improve comment Signed-off-by: Thomas Lamprecht --- src/backup/verify.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backup/verify.rs b/src/backup/verify.rs index e5cc72ff..2926b6f6 100644 --- a/src/backup/verify.rs +++ b/src/backup/verify.rs @@ -582,7 +582,7 @@ pub fn verify_all_backups( 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( ignore_verified_snapshots: bool, outdated_after: Option,