From 260d98b6a6368ed14c572d45a64cc770ee48226d Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 2 Feb 2023 10:00:39 +0000 Subject: [PATCH] Bug 32793: import_patrons.pl typo in usage Content-Type: text/plain; charset=utf-8 Typo fix to prevent confusion in CLI usage Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- 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 f5b87a61ac..f7e13e11e8 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] [--expiration-from-today] [--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