Author: mattmann
Date: Wed Sep 3 23:56:31 2014
New Revision: 1622377
URL: http://svn.apache.org/r1622377
Log:
Fix for NUTCH-1833: Include version number within nutch binary usage statement
contributed by Rishi Verma.
Modified:
nutch/trunk/CHANGES.txt
nutch/trunk/src/bin/nutch
Modified: nutch/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1622377&r1=1622376&r2=1622377&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Wed Sep 3 23:56:31 2014
@@ -2,6 +2,8 @@ Nutch Change Log
Nutch Current Development
+* NUTCH-1833 Include version number within nutch binary usage statement (Rishi
Verma via mattmann)
+
* NUTCH-1832 Make Nutch work without an indexer (mattmann)
* NUTCH-1828 bin/crawl : incorrect handling of nutch errors (Mathieu Bouchard
via jnioche)
Modified: nutch/trunk/src/bin/nutch
URL:
http://svn.apache.org/viewvc/nutch/trunk/src/bin/nutch?rev=1622377&r1=1622376&r2=1622377&view=diff
==============================================================================
--- nutch/trunk/src/bin/nutch (original)
+++ nutch/trunk/src/bin/nutch Wed Sep 3 23:56:31 2014
@@ -53,6 +53,7 @@ done
# if no args specified, show usage
if [ $# = 0 ]; then
+ echo "nutch 1.10-SNAPSHOT"
echo "Usage: nutch COMMAND"
echo "where COMMAND is one of:"
echo " readdb read / dump crawl db"