]> git.koha-community.org Git - koha.git/commit
Bug 30132: Fix POD, show correct usage of Getopt::Long
authorDavid Schmidt <davewood@gmx.at>
Fri, 18 Feb 2022 14:00:20 +0000 (15:00 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 2 Mar 2022 08:47:46 +0000 (22:47 -1000)
commit17ed92b6ddfcf7d61205c797389e4a5893c3dcf9
tree1ca2cfa7bc54a1244750e92264c045420c676d10
parente63783a817ee7808a58edd7fff817050cdfb9da8
Bug 30132: Fix POD, show correct usage of Getopt::Long

the USAGE of overdue_notices.pl shows options such as -date OR
-csv that should be written with double dashes like --date or --csv

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
misc/cronjobs/overdue_notices.pl