Bug 14722: Add POD for some options
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 19 Oct 2015 08:20:41 +0000 (09:20 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 27 Oct 2015 20:01:34 +0000 (17:01 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
misc/export_records.pl

index cbb4bb0..67210e7 100755 (executable)
@@ -266,24 +266,44 @@ Print a brief help message.
 
 =item B<--starting_authid>
 
+ --starting_authid=ID  Export authorities with authid >= ID
+
 =item B<--ending_authid>
 
+ --ending_authid=ID    Export authorities with authid <= ID
+
 =item B<--authtype>
 
+ --authtype=AUTHTYPE   Export authorities from the given AUTHTYPE
+
 =item B<--starting_biblionumber>
 
+ --starting_biblionumber=ID  Export biblio with biblionumber >= ID
+
 =item B<--ending_biblionumber>
 
+ --ending_biblionumber=ID    Export biblio with biblionumber <= ID
+
 =item B<--itemtype>
 
+ --itemtype=ITEMTYPE         Export biblio from the given ITEMTYPE
+
 =item B<--starting_callnumber>
 
+ --starting_callnumber=CALLNUMBER Export biblio with callnumber >=CALLNUMBER
+
 =item B<--ending_callnumber>
 
+ --ending_callnumber=CALLNUMBER Export biblio with callnumber <=CALLNUMBER
+
 =item B<--start_accession>
 
+ --starting_accession=DATE      Export biblio with an item accessionned after DATE
+
 =item B<--end_accession>
 
+ --end_accession=DATE           Export biblio with an item accessionned after DATE
+
 =back
 
 =head1 AUTHOR