Bug 24329: Add a test
[srvgit] / misc / import_patrons.pl
index 8f639a5..205174e 100755 (executable)
@@ -22,6 +22,7 @@ use Modern::Perl;
 use Getopt::Long;
 use Pod::Usage;
 
+use Koha::Script;
 use Koha::Patrons::Import;
 my $Import = Koha::Patrons::Import->new();
 
@@ -137,6 +138,12 @@ Retain extended patron attributes for existing patrons being overwritten
 
 Be verbose
 
+Multiple -v options increase the verbosity
+
+2 repetitions or above will report lines in error
+
+3 repetitions or above will report feedback
+
 =back
 
 =cut