From 9834401c59ed2ac41ca354732a528a117404fb76 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 11 Apr 2014 16:21:14 +0000 Subject: [PATCH] Bug 11598: (follow-up) improve help text for --html and --text options Signed-off-by: Galen Charlton --- misc/cronjobs/overdue_notices.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index 7d3ad6cfd1..fa720e0ef0 100755 --- a/misc/cronjobs/overdue_notices.pl +++ b/misc/cronjobs/overdue_notices.pl @@ -114,15 +114,15 @@ 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 +Produces html data. If patron does not have an email 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. The file will be called notices-YYYY-MM-DD.html and placed in the directory specified. =item B<-text> -Produces plain text data. if patron does not have a mail address or +Produces plain text data. If patron does not have an email address or -n (no mail) flag is set, a text file is generated in the specified directory. This can be downloaded or futher processed by library staff. The file will be called notices-YYYY-MM-DD.txt and placed in the directory -- 2.20.1