From d77995b0d04fee6907f52d265500b2e5ae68df6d Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Mon, 13 Jul 2009 18:14:12 +0000 Subject: [PATCH 1/1] --marcfile no longer gets -m; --map does --- extract_holdings | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extract_holdings b/extract_holdings index 051175a..5efe9c6 100755 --- a/extract_holdings +++ b/extract_holdings @@ -189,8 +189,8 @@ sub initialize { 'sample|s', 'samplemap|sm=s', 'samplestr|ss=s', - 'marcfile|m=s', - 'map=s', + 'marcfile=s', + 'map|m=s', 'holdings|h=i', 'copyid|c=s', 'prefix|p=s', @@ -229,7 +229,7 @@ Usage is: extract_holdings -p PREFIX -m MARCFILE [ARGUMENTS] REQUIRED ARGUMENTS --prefix -p Prefix string for output filenames - --marcfile -m MARCXML to use as source data + --marcfile MARCXML to use as source data Defaults to 'PREFIX.clean.marc.xml' SAMPLING ARGUMENTS @@ -243,7 +243,7 @@ SAMPLING ARGUMENTS If --samplemap and --samplestr are both specified, --samplemap wins. HOLDINGS EXTRACTION ARGUMENTS - --map E::M::SM map file which will be used to extract holdings data + --map -m E::M::SM 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