From 685e8edd8d76e932e5798ab88b0e26c992b30079 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 6 Jul 2023 14:54:11 +0200 Subject: [PATCH] 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. --- misc/import_patrons.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/import_patrons.pl b/misc/import_patrons.pl index f7e13e11e8b..6af1fcc71df 100755 --- a/misc/import_patrons.pl +++ b/misc/import_patrons.pl @@ -134,7 +134,7 @@ Confirms you really want to import these patrons, otherwise prints this help Path to the CSV file of patrons to import -=item B<-c|--matchpoint> +=item B<-m|--matchpoint> Field on which to match incoming patrons to existing patrons -- 2.25.1