From e8072773f9ead3acdc9fdd2a16c9f9a8c9a0a56d 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 (cherry picked from commit 5fcaf0aa09bbc76a6b010e9e93a6696308bea9a6) Signed-off-by: Pedro Amorim (cherry picked from commit 54b530e351d91702ea01c4ded970a9c14c2b6b34) Signed-off-by: Lucas Gass --- 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 6dc037d6bb..d361dcc96c 100755 --- a/misc/import_patrons.pl +++ b/misc/import_patrons.pl @@ -128,7 +128,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.39.5