From 96ce7e0f5376ab3d7795e16e607c4bd2fdaac862 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Wed, 12 Nov 2008 22:24:10 +0000 Subject: [PATCH] starting on --script --- marc-cleanup | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) 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; } -- 1.7.2.5