From ef79ce78a7043f9748e6dcb96e09edaa32692eab Mon Sep 17 00:00:00 2001
From: Colin Campbell <colin.campbell@ptfs-europe.com>
Date: Thu, 9 May 2019 11:32:25 +0100
Subject: [PATCH] Bug 22875: Document verbose option in import_patrons

Docs did not state that verbose can be repeated or that you
need more than 1 repetition to see lines that have failed

To test:
- Run ./import_patrons.pl -h
- Verify the additional documentation for -v is shown.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 misc/import_patrons.pl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/misc/import_patrons.pl b/misc/import_patrons.pl
index f8406016d5..205174e64d 100755
--- a/misc/import_patrons.pl
+++ b/misc/import_patrons.pl
@@ -138,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
-- 
2.11.0