Author: vgritsenko
Date: Thu Apr 16 22:32:28 2009
New Revision: 765794

URL: http://svn.apache.org/viewvc?rev=765794&view=rev
Log:
fix typo in the help

Modified:
    
xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddCollection.java
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddIndexer.java

Modified: 
xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddCollection.java
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddCollection.java?rev=765794&r1=765793&r2=765794&view=diff
==============================================================================
--- 
xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddCollection.java 
(original)
+++ 
xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddCollection.java 
Thu Apr 16 22:32:28 2009
@@ -208,11 +208,11 @@
         System.out.println("                 Page size for file pages 
(default: 4096)");
         System.out.println("    --maxkeysize <number>");
         System.out.println("                 The maximum size for file keys 
(default: 0=none)");
-        System.out.println("    --pagecount <nuymber>");
+        System.out.println("    --pagecount <number>");
         System.out.println("                 Number of pages in the primary 
storage (default: 1024)");
         System.out.println("    --filer <name>");
         System.out.println("                 Collection filer, can be 
HashFiler or BTreeFiler (default:");
         System.out.println("                 BTreeFiler)");
         System.out.println();
     }
-}
\ No newline at end of file
+}

Modified: 
xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddIndexer.java
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddIndexer.java?rev=765794&r1=765793&r2=765794&view=diff
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddIndexer.java 
(original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/tools/command/AddIndexer.java 
Thu Apr 16 22:32:28 2009
@@ -216,7 +216,7 @@
         System.out.println("    --maxkeysize <number>");
         System.out.println("                 The maximum size for file keys 
(default: 0=none). Does not");
         System.out.println("                 apply to LuceneIndexer");
-        System.out.println("    --pagecount <nuymber>");
+        System.out.println("    --pagecount <number>");
         System.out.println("                 Number of pages in the primary 
storage (default: 1024). Does");
         System.out.println("                 not apply to LuceneIndexer");
         System.out.println();


Reply via email to