From: <bi...@us...> - 2008-06-29 03:07:34
|
Revision: 2344 http://archive-access.svn.sourceforge.net/archive-access/?rev=2344&view=rev Author: binzino Date: 2008-06-28 20:07:43 -0700 (Sat, 28 Jun 2008) Log Message: ----------- Fixed type-o in usage info. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/archive/bin/nutchwax Modified: trunk/archive-access/projects/nutchwax/archive/bin/nutchwax =================================================================== --- trunk/archive-access/projects/nutchwax/archive/bin/nutchwax 2008-06-29 00:20:16 UTC (rev 2343) +++ trunk/archive-access/projects/nutchwax/archive/bin/nutchwax 2008-06-29 03:07:43 UTC (rev 2344) @@ -55,8 +55,8 @@ echo "Usage: nutchwax COMMAND" echo "where COMMAND is one of:" echo " import Import ARCs into a new Nutch segment" - echo " adddates Add dates to a parallel index" - echo " dumpindex Dump a (parallel) index to the screen" + echo " add-dates Add dates to a parallel index" + echo " dumpindex Dump an index or set of parallel indices to stdout" echo "" exit 1 ;; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |