From 612b2505936ad8537dff2e11ff05fd083e10c6e0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 19 Oct 2015 09:20:41 +0100 Subject: [PATCH] [PASSED QA] Bug 14722: Add POD for some options Signed-off-by: Katrin Fischer --- misc/export_records.pl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/misc/export_records.pl b/misc/export_records.pl index cbb4bb0..67210e7 100755 --- a/misc/export_records.pl +++ b/misc/export_records.pl @@ -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 -- 1.9.1