From 703ae71fd4e09e20157c147a4bfba43fd6d668d5 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 17 Oct 2022 17:17:25 +0000 Subject: [PATCH] Bug 28555: (follow-up) Add to script documenation --- misc/cronjobs/overdue_notices.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index ba546f0cdc..f8fc79203c 100755 --- a/misc/cronjobs/overdue_notices.pl +++ b/misc/cronjobs/overdue_notices.pl @@ -52,7 +52,7 @@ overdue_notices.pl Options: --help Brief help message. --man Full documentation. - --verbose | -v Verbose mode. + --verbose | -v Verbose mode. Can be repeated for increased output --nomail | -n No email will be sent. --max Maximum days overdue to deal with. --library Only deal with overdues from this library. @@ -88,6 +88,8 @@ Prints the manual page and exits. =item B<-v> | B<--verbose> Verbose. Without this flag set, only fatal errors are reported. +A single 'v' will report info on branches, letter codes, and patrons. +A second 'v' will report The SQL code used to search for triggered patrons. =item B<-n> | B<--nomail> -- 2.30.2