amiro       01/09/20 08:48:17

  Modified:    java/src/org/apache/xalan/xsltc/cmdline Compile.java
  Log:
  minor edit to usuage for -s option
  
  Revision  Changes    Path
  1.5       +3 -2      xml-xalan/java/src/org/apache/xalan/xsltc/cmdline/Compile.java
  
  Index: Compile.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/cmdline/Compile.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Compile.java      2001/09/18 08:23:56     1.4
  +++ Compile.java      2001/09/20 15:48:17     1.5
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: Compile.java,v 1.4 2001/09/18 08:23:56 morten Exp $
  + * @(#)$Id: Compile.java,v 1.5 2001/09/20 15:48:17 amiro Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -88,7 +88,7 @@
       private final static String USAGE_STRING =
        "Usage:\n" + 
        "   xsltc [-o <output>] [-d <directory>] [-j <jarfile>]\n"+
  -     "         [-p <package name>] [-x] [-u] <stylesheet>... \n\n"+
  +     "         [-p <package name>] [-x] [-s] [-u] <stylesheet>... \n\n"+
        "   Where <output> is the name to give the the generated translet.\n"+
        "         <stylesheet> is one or more stylesheet file names, or if,\n"+
        "         the -u options is specified, one or more stylesheet URLs.\n"+
  @@ -98,6 +98,7 @@
        "   Notes:\n"+
        "         The -o option is ignored when multiple stylesheets are specified.\n"+
        "         The -x option switched on debug messages.";
  +     "         The -s option disables calling System.exit.";
       
       public static void printUsage() {
        System.err.println(USAGE_STRING);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to