Bug 34213: import_patrons.pl - Fix short version of matchpoint option in POD
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 Jul 2023 12:54:11 +0000 (14:54 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 21 Jul 2023 20:14:40 +0000 (17:14 -0300)
commit2442a4537d4d439bdf27e031116f98d880e47e09
tree15ba2df723b75b95cf8e454f6d6672c3ee7c2896
parenteb84c45da46b0b49dec9e9191aeb85a767d119f7
Bug 34213: import_patrons.pl - Fix short version of matchpoint option in POD

 44     'c|confirm'                      => \$confirm,

 46     'm|matchpoint=s'                 => \$matchpoint,

The POD is wrong.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
misc/import_patrons.pl