vgritsenko    2003/08/15 20:00:19

  Modified:    java/src/org/apache/xindice/tools XMLTools.java
  Log:
  Fix bug 14509: clarify -c parameter
  
  Revision  Changes    Path
  1.26      +17 -15    
xml-xindice/java/src/org/apache/xindice/tools/XMLTools.java
  
  Index: XMLTools.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xindice/java/src/org/apache/xindice/tools/XMLTools.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- XMLTools.java     9 Aug 2003 21:19:53 -0000       1.25
  +++ XMLTools.java     16 Aug 2003 03:00:19 -0000      1.26
  @@ -638,22 +638,24 @@
           System.out.println("Format: xindice action [switch] [parameter]");
           System.out.println();
           System.out.println("Where:  [switch]  implements:");
  -        System.out.println("    -c           " + "Collection context (must 
always be specified)");
  -        System.out.println("    -e           " + "File extension for 
multiple documents");
  -        System.out.println("    -f           " + "File path for document 
retrieval and storage");
  -        System.out.println("    -n           " + "Name");
  -        System.out.println("    -p           " + "Index pattern");
  -        System.out.println("    -q           " + "Query string");
  -        System.out.println("    -s           " + "Semi-colon delimited list 
of namespaces for query in ");
  +        System.out.println("    -c           Collection context (must always 
be specified),");
  +        System.out.println("                 can be either canonical name of 
the collection");
  +        System.out.println("                 or complete xmldb URL");
  +        System.out.println("    -e           File extension for multiple 
documents");
  +        System.out.println("    -f           File path for document 
retrieval and storage");
  +        System.out.println("    -n           Name");
  +        System.out.println("    -p           Index pattern");
  +        System.out.println("    -q           Query string");
  +        System.out.println("    -s           Semi-colon delimited list of 
namespaces for query in ");
           System.out.println("                 the form prefix=namespace-uri");
  -        System.out.println("    -l           " + "Use a local database 
rather then going over the network.");
  +        System.out.println("    -l           Use a local database rather 
then going over the network.");
           System.out.println("                 Should be combined with -d to 
specify the configuration to use.");
  -        System.out.println("    -d           " + "Path to the database 
configuration to use for the local ");
  +        System.out.println("    -d           Path to the database 
configuration to use for the local ");
           System.out.println("                 database. Only applies if -l is 
specified.");
  -        System.out.println("    -t           " + "Specify the data type in 
collection index");
  -        System.out.println("    -v           " + "Verbose");
  -        System.out.println("    --pagesize   " + "Page size for file pages 
(default: 4096)");
  -        System.out.println("    --maxkeysize " + "The maximum size for file 
keys (default: 0=none)");
  +        System.out.println("    -t           Specify the data type in 
collection index");
  +        System.out.println("    -v           Verbose");
  +        System.out.println("    --pagesize   Page size for file pages 
(default: 4096)");
  +        System.out.println("    --maxkeysize The maximum size for file keys 
(default: 0=none)");
           System.out.println();
   
           System.out.println("\nActions:\n");
  
  
  

Reply via email to