From a5bdd61c737f34973b6b1387d54ccb15d7b57792 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Wed, 21 Jul 2010 09:27:34 +0100 Subject: [PATCH] Bug 5047 html option not in -help output Add -html option to list in pod so that it shows up in output of help Signed-off-by: Galen Charlton --- misc/cronjobs/overdue_notices.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index 2e7b2e4403..761644a021 100755 --- a/misc/cronjobs/overdue_notices.pl +++ b/misc/cronjobs/overdue_notices.pl @@ -103,6 +103,12 @@ Produces CSV data. if -n (no mail) flag is set, then this CSV data is sent to standard out or to a filename if provided. Otherwise, only overdues that could not be emailed are sent in CSV format to the admin. +=item B<-html> + +Produces html data. if patron does not have a mail address or +-n (no mail) flag is set, an html file is generated in the specified +directory. This can be downloaded or futher processed by library staff. + =item B<-itemscontent> comma separated list of fields that get substituted into templates in -- 2.39.2