Changeset 3085


Ignore:
Timestamp:
2002-04-22T10:21:17+12:00 (22 years ago)
Author:
jrm21
Message:

changed usage information to refer to XML documents instead of GML documents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/import.pl

    r2785 r3085  
    5050    print STDOUT "\n";
    5151    print STDOUT "import.pl: Converts documents in collections -importdir directory into\n";
    52     print STDOUT "           gml documents which are written to the -archivedir directory.\n\n";
     52    print STDOUT "           xml documents which are written to the -archivedir directory.\n\n";
    5353    print STDOUT "  usage: $0 [options] collection-name\n\n";
    5454    print STDOUT "  options:\n";
     
    6060    print STDOUT "   -removeold             Will remove the old contents of the archives\n";
    6161    print STDOUT "                          directory -- use with care\n";
    62     print STDOUT "   -gzip                  Use gzip to compress resulting gml documents\n";
     62    print STDOUT "   -gzip                  Use gzip to compress resulting xml documents\n";
    6363    print STDOUT "                          (don't forget to include ZIPPlug in your plugin\n";
    6464    print STDOUT "                          list when building from compressed documents)\n";
    6565    print STDOUT "   -maxdocs number        Maximum number of documents to import\n";
    66     print STDOUT "   -groupsize number      Number of GML documents to group into one file\n";
     66    print STDOUT "   -groupsize number      Number of import documents to group into one XML file\n";
    6767    print STDOUT "   -OIDtype hash|incremental The method to use when generating unique\n";
    6868    print STDOUT "                          identifiers for each document. \"hash\" (the\n";
     
    7474    print STDOUT "                          the same identifier to a given document though\n";
    7575    print STDOUT "                          and does not allow further documents to be added\n";
    76     print STDOUT "                          to existing gml archives\n";
     76    print STDOUT "                          to existing xml archives\n";
    7777    print STDOUT "   -sortmeta metadata     Sort documents alphabetically by metadata for\n";
    7878    print STDOUT "                          building. This will be disabled if groupsize > 1\n";
     
    8585    print STDOUT "                          The default is STDERR\n";
    8686    print STDOUT "   -faillog name          Fail log filename. This log receives the filenames\n";
    87     print STDOUT "                          of any files which fail to be processed (defaults.\n";
     87    print STDOUT "                          of any files which fail to be processed (defaults\n";
    8888    print STDOUT "                          to " .
    8989    &util::filename_cat("<collectdir>", "colname", "etc", "fail.log") . ")\n";
Note: See TracChangeset for help on using the changeset viewer.