change to the data directly automatically with mig env use
[migration-tools.git] / kmig
diff --git a/kmig b/kmig
index 7feddb9..75b90b0 100755 (executable)
--- a/kmig
+++ b/kmig
@@ -42,12 +42,16 @@ Using B<mig> should go something like this:
 
 =item mig iconv patrons.tsv # convert it to UTF8, creating patrons.tsv.utf8
 
+=item mig bibstats foo.mrc # get summarized data about bibs and export barcode list
+
 =item mig clean patrons.tsv # cleans the file, creating patrons.tsv.utf8.clean
 
 =item mig link patrons.tsv borrowers # models the soon-to-be staging table after table 'borrowers'
 
 =item mig convert patrons.tsv # creates a .sql file for staging the data
 
+=item mig export foo # exports koha setup elements for importing elsewhere 
+
 =item mig stage patrons.tsv # load said .sql file
 
 =item mig mapper patrons.tsv # interactive tool for analyzing/mapping the staging table