From 44eff022eec821094e4d206e7800124e0dab87a9 Mon Sep 17 00:00:00 2001
From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Date: Fri, 8 Sep 2023 11:04:56 +0000
Subject: [PATCH] Bug 34743: Fix POD description
Content-Type: text/plain; charset=utf-8

Currently --expiration-from-today has the same definition as --update-expiration. The description has now been updated to reflect the fact that it will set the date from today, and not the patron's enrollment date

Test plan:
Look at the patch file and confirm that the POD now mentions today's date rather than the patron's enrollment date

Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 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 6af1fcc71d..cba3addc69 100755
--- a/misc/import_patrons.pl
+++ b/misc/import_patrons.pl
@@ -164,7 +164,7 @@ If a matching patron is found, extend the expiration date of their account using
 
 =item B<-et|--expiration-from-today>
 
-If a matching patron is found, extend the expiration date of their account using the patron's enrollment date as the base
+If a matching patron is found, extend the expiration date of their account using today's date as the base
 
 =item B<-v|--verbose>
 
-- 
2.30.2