From 115d735853033a920f686e3f1aabbb7603b1c52a Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 23 May 2014 07:31:19 -0400 Subject: [PATCH] Bug 12238 [QA Followup] - PATH does not need to be absolute --- tools/export.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/export.pl b/tools/export.pl index 3bb58a7..67d213b 100755 --- a/tools/export.pl +++ b/tools/export.pl @@ -85,7 +85,7 @@ export.pl [--format=format] [--date=date] [--record-type=TYPE] [--dont_export_it --clean removes NSE/NSB - --id_list_file=PATH PATH is an absolute path to a file containing a list of + --id_list_file=PATH PATH is a path to a file containing a list of IDs(biblionumber or authid) with only one ID per line. This IDs list works as a filter: it's compatible with other parameters -- 1.7.2.5