@@ -, +, @@ borrowers-force-messaging-defaults.pl --> There should be an explanation of the --since option with examples for specific and relative dates --> The behaviour shouldn't have changed --- misc/maintenance/borrowers-force-messaging-defaults.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) --- a/misc/maintenance/borrowers-force-messaging-defaults.pl +++ a/misc/maintenance/borrowers-force-messaging-defaults.pl @@ -134,6 +134,16 @@ already set their preferences. Will only update patrons in the category specified. +=item B<--since> + +Will only update borrowers enrolled since the specified date. + +Examples: + +--since "2022-07-13" + +--since `date -d "1 day ago" '+%Y-%m-%d' + =back =cut --