tweak
[migration-tools.git] / marc_cleanup
index f40babb..1cfac84 100755 (executable)
@@ -670,7 +670,7 @@ sub initialize {
 
     # defaults
     if ($c->{prefix}) {
-        $c->{output} = join('.',$c->{prefix},'marc','xml');
+        $c->{output} = join('.',$c->{prefix},'clean','marc','xml');
         $c->{exception} = join('.',$c->{prefix},'marc','ex');
     }
     $c->{'renumber-tag'} = 903 unless defined $c->{'renumber-tag'};
@@ -695,7 +695,7 @@ Options
   --exception  -x  Exception (dumped records) MARCXML filename
        or
   --prefix=<PREFIX>>   -p  Shared prefix for output/exception files. Will
-                           produce PREFIX.marc.xml and PREFIX.ex.xml
+                           produce PREFIX.clean.marc.xml and PREFIX.ex.xml
 
   --trashfile  -t  File containing trash tag data (see --trashhelp)