Bug 27085: Corrections in overdue_notices.pl help text
authorTimothy Alexis Vass <timothy_alexis.vass@ub.lu.se>
Wed, 25 Nov 2020 07:45:39 +0000 (07:45 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 4 Jan 2021 13:06:28 +0000 (14:06 +0100)
commit1ad7d034e65d0b518335086345f2f533d1898c56
tree78ccdf97a59f3963d51710953435330d89a849c8
parent4d7b353b628077d99d7503a3afb343e315d00e1e
Bug 27085: Corrections in overdue_notices.pl help text

-library      <branchname>     only deal with overdues from this library (repeatable : several libraries can be given)
Should be <branchcode>

Help text should also be proper sentences.

To test:
0) Run misc/cronjobs/overdue_notices.pl -h
1) Check that the text is now:
   -library      <branchcode>     Only deal with overdues from this library.
2) Check that the rest of the help text are proper sentences,
   with leading capital letter and punctuation.
3) Sign off.

Sponsored-by: Lunds Universitetsbibliotek
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
misc/cronjobs/overdue_notices.pl