From f03d251862b36972a1d66e42879aae3f9c0583df Mon Sep 17 00:00:00 2001 From: Ben Ostrowsky Date: Tue, 10 Nov 2009 15:12:24 +0000 Subject: [PATCH] Made inline-documentation references to Equinox::Migration modules more explicit --- extract_holdings | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extract_holdings b/extract_holdings index 58b7575..b5c3c6a 100755 --- a/extract_holdings +++ b/extract_holdings @@ -243,17 +243,17 @@ REQUIRED ARGUMENTS SAMPLING ARGUMENTS --sample -s Generate a report of all tags in the MARC data - --samplemap -sm Specify a E::M::STL map file which will be used to generate - subfield breakdown reports about specific tags in the MARC - data + --samplemap -sm Specify a Equinox::Migration::SimpleTagList map file which + will be used to generate subfield breakdown reports about + specific tags in the MARC data --samplestr -ss As above, but with a one-liner map specified on the command line as a string (e.g. '-ss "852 999"') If --samplemap and --samplestr are both specified, --samplemap wins. HOLDINGS EXTRACTION ARGUMENTS - --map -m E::M::SM map file which will be used to extract holdings data - from the input MARC file + --map -m Equinox::Migration::SubfieldMapper map file which will be + used to extract holdings data from the input MARC file --holdings -h Specifies actual holdings tag --copyid -c Specifies subfield of holdings with unique copy identifier -- 1.7.2.5