View | Details | Raw Unified | Return to bug 28555
Collapse All | Expand All

(-)a/misc/cronjobs/overdue_notices.pl (-2 / +3 lines)
Lines 52-58 overdue_notices.pl Link Here
52
 Options:
52
 Options:
53
   --help                          Brief help message.
53
   --help                          Brief help message.
54
   --man                           Full documentation.
54
   --man                           Full documentation.
55
   --verbose | -v                  Verbose mode.
55
   --verbose | -v                  Verbose mode. Can be repeated for increased output
56
   --nomail | -n                   No email will be sent.
56
   --nomail | -n                   No email will be sent.
57
   --max          <days>           Maximum days overdue to deal with.
57
   --max          <days>           Maximum days overdue to deal with.
58
   --library      <branchcode>     Only deal with overdues from this library.
58
   --library      <branchcode>     Only deal with overdues from this library.
Lines 88-93 Prints the manual page and exits. Link Here
88
=item B<-v> | B<--verbose>
88
=item B<-v> | B<--verbose>
89
89
90
Verbose. Without this flag set, only fatal errors are reported.
90
Verbose. Without this flag set, only fatal errors are reported.
91
A single 'v' will report info on branches, letter codes, and patrons.
92
A second 'v' will report The SQL code used to search for triggered patrons.
91
93
92
=item B<-n> | B<--nomail>
94
=item B<-n> | B<--nomail>
93
95
94
- 

Return to bug 28555