From: Shawn Boyette Date: Wed, 12 Nov 2008 22:24:10 +0000 (+0000) Subject: starting on --script X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=96ce7e0f5376ab3d7795e16e607c4bd2fdaac862 starting on --script --- diff --git a/marc-cleanup b/marc-cleanup index e34c663..991b665 100755 --- a/marc-cleanup +++ b/marc-cleanup @@ -616,6 +616,7 @@ sub initialize { 'renumber-subfield|rs=i', 'original-tag|ot=i', 'original-subfield|os=i', + 'script', 'strip-nines', 'trash|t=s', 'trashhelp', @@ -664,6 +665,9 @@ Options --nocollapse -n Don't compress records to one line on output --autoscrub -a Automatically remove non-numeric tags in data --strip-nines Automatically remove any existing 901/903 tags in data + + --script Store human-initiated ops in scriptfile (.mcscript) + Not yet implemented HELP exit; }