adding compact score
[migration-tools.git] / filter_record.ids
index de88ae9..46aa622 100644 (file)
@@ -3,8 +3,6 @@ use warnings;
 use strict;
 
 use Getopt::Long;
-#use MARC::Record;
-#use MARC::File::XML ( BinaryEncoding => 'utf-8' );
 
 # configuration hashref
 my $conf  = {};
@@ -97,7 +95,6 @@ Display usage message when things go wrong
 
 sub show_help {
 print <<HELP;
-
 Usage is: $0 [ARGS]
 
   --mode=MODE           Runmode to use (exclude, include; usually exclude)
@@ -116,7 +113,7 @@ by -idfile will be used as EXCLUSION data.
 That is, the given record ids will be treated as records which match
 incumbent records, are being compressed into existing data, and so
 WILL NOT be imported. The --output-import file will contain records
-whose ids DO NOT occur in --idfile; --output-shelve will contain the
+whose ids DO NOT occur in --idfile; --output-shelved will contain the
 records which DO occur.
 
 If '--mode=include' is specified, the reverse occurs.