From 17227d81ede487141ec45104ee5f5ea8f98812d1 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sun, 31 Jul 2022 20:57:24 -0600 Subject: [PATCH] Fix documentation of prune_history --- lib/File/KDBX.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/File/KDBX.pm b/lib/File/KDBX.pm index ee6522d..680c252 100644 --- a/lib/File/KDBX.pm +++ b/lib/File/KDBX.pm @@ -1368,7 +1368,8 @@ Remove just as many older historical entries as necessary to get under certain l limit: -1) * C - Maximum total size (in bytes) of historical entries to keep (default: value of L, no limit: -1) -* C - Maximum age (in days) of historical entries to keep (default: 365, no limit: -1) +* C - Maximum age (in days) of historical entries to keep (default: value of + L, no limit: -1) =cut -- 2.43.0