]> Dogcows Code - chaz/p5-File-KDBX/commitdiff
Fix documentation of prune_history
authorCharles McGarvey <ccm@cpan.org>
Mon, 1 Aug 2022 02:57:24 +0000 (20:57 -0600)
committerCharles McGarvey <ccm@cpan.org>
Mon, 1 Aug 2022 02:57:24 +0000 (20:57 -0600)
lib/File/KDBX.pm

index ee6522d8d3f7bc3aa9c506d3a1acd33360d7c44a..680c2520b1ff67e4589c7d36f9e05bddd0a0f494 100644 (file)
@@ -1368,7 +1368,8 @@ Remove just as many older historical entries as necessary to get under certain l
     limit: -1)
 * C<max_size> - Maximum total size (in bytes) of historical entries to keep (default: value of
     L</history_max_size>, no limit: -1)
-* C<max_age> - Maximum age (in days) of historical entries to keep (default: 365, no limit: -1)
+* C<max_age> - Maximum age (in days) of historical entries to keep (default: value of
+    L</maintenance_history_days>, no limit: -1)
 
 =cut
 
This page took 0.031388 seconds and 4 git commands to generate.