Changeset 20882 for gsdl


Ignore:
Timestamp:
2009-11-02T15:03:30+13:00 (14 years ago)
Author:
kjdon
Message:

fixed a spelling mistake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/build-src/src/java/org/nzdl/gsdl/ApplyXSLT.java

    r20875 r20882  
    363363  private  static void printUsage(){
    364364    System.out.println("Usage:ApplyXSLT  -x File -t File [-m File] [-o File]");
    365     System.out.println("\t-x spacifies the xml file (Note: optional for piped xml data)");
    366     System.out.println("\t-t spacifies the xsl file");
     365    System.out.println("\t-x specifies the xml file (Note: optional for piped xml data)");
     366    System.out.println("\t-t specifies the xsl file");
    367367    System.out.println("\t-m specifies the mapping file (for MARCXMLPlugout.pm only)");
    368368    System.out.println("\t-o specifies the output file name (output to screen if this option is absent)");
Note: See TracChangeset for help on using the changeset viewer.