Bug 31155: Document --since option in help of borrowers-force-messaging-defaults.pl

This patch adds a section about the --since option in the help section
of borrowers-force-messaging-defaults.pl

To test:
0) Apply patch
1) run the script with the --help option, e.g.
./misc/maintenance/borrowers-force-messaging-defaults.pl --help
--> There should be an explanation of the --since option with examples
    for specific and relative dates
2) Optionally, run the script with different options
--> The behaviour shouldn't have changed

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Caroline Cyr La Rose 2022-07-14 10:26:29 -04:00 committed by Tomas Cohen Arazi
parent 18005a6bb4
commit 42b3169120
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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