From 5fcaf0aa09bbc76a6b010e9e93a6696308bea9a6 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. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2442a4537d4d439bdf27e031116f98d880e47e09) Signed-off-by: Fridolin Somers --- 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 f7e13e11e8..6af1fcc71d 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.20.1