http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10810 --- Comment #1 from Magnus Enger <magnus@enger.priv.no> --- Created attachment 20749 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20749&action=edit Bug 10810 - Fix synopsis for -html option to overdue_notices.pl The synopsis for the -html option used to be: -html <filename> Output html to file but the argument to this option should actually be a directory, not a filename. This patch fixes the synopsis. To test: - Run perldoc misc/cronjobs/overdue_notices.pl - Check that the synopsis is as shown above - Apply this patch - Run perldoc misc/cronjobs/overdue_notices.pl - Check that - the synopsis asks for a directory, not a filename - that the description of the -html option further down in the perldoc now mentions the filename that the HTML file will be created with. -- You are receiving this mail because: You are watching all bug changes.