From 68c840b824babf38b18fef728080cdd5a162c93a Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Wed, 19 Oct 2022 11:05:38 -0400 Subject: [PATCH] Bug 27920: (QA follow-up) Fix POD in cli tool --- 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 2250dcf579..f5b87a61ac 100755 --- a/misc/import_patrons.pl +++ b/misc/import_patrons.pl @@ -116,7 +116,7 @@ import_patrons.pl - CLI script to import patrons data into Koha =head1 SYNOPSIS -import_patrons.pl --file /path/to/patrons.csv --matchpoint cardnumber --confirm [--default branchcode=MPL] [--overwrite] [--preserve_field ] [--preserve-extended-attributes] [--update-expiration] [--verbose] +import_patrons.pl --file /path/to/patrons.csv --matchpoint cardnumber --confirm [--default branchcode=MPL] [--overwrite] [--preserve_field ] [--preserve-extended-attributes] [--update-expiration] [--expiration-from-today] [--verbose] =head1 OPTIONS -- 2.30.2