Index: conf/nutch-default.xml
===================================================================
--- conf/nutch-default.xml	(revision 1477509)
+++ conf/nutch-default.xml	(working copy)
@@ -318,13 +318,6 @@
 <!-- web db properties -->
 
 <property>
-  <name>db.default.fetch.interval</name>
-  <value>30</value>
-  <description>(DEPRECATED) The default number of days between re-fetches of a page.
-  </description>
-</property>
-
-<property>
   <name>db.fetch.interval.default</name>
   <value>2592000</value>
   <description>The default number of seconds between re-fetches of a page (30 days).
Index: src/test/org/apache/nutch/crawl/TestGenerator.java
===================================================================
--- src/test/org/apache/nutch/crawl/TestGenerator.java	(revision 1477509)
+++ src/test/org/apache/nutch/crawl/TestGenerator.java	(working copy)
@@ -107,7 +107,7 @@
   }
 
   /**
-   * Test that generator obeys the property "generate.max.per.host".
+   * Test that generator obeys the property "generate.max.count" and "generate.count.mode".
    *
    * @throws Exception
    */
Index: src/java/org/apache/nutch/crawl/GeneratorJob.java
===================================================================
--- src/java/org/apache/nutch/crawl/GeneratorJob.java	(revision 1477509)
+++ src/java/org/apache/nutch/crawl/GeneratorJob.java	(working copy)
@@ -236,7 +236,7 @@
       System.out.println("    -noFilter      - do not activate the filter plugin to filter the url, default is true ");
       System.out.println("    -noNorm        - do not activate the normalizer plugin to normalize the url, default is true ");
       System.out.println("    -adddays       - Adds numDays to the current time to facilitate crawling urls already");
-      System.out.println("                     fetched sooner then db.default.fetch.interval. Default value is 0.");
+      System.out.println("                     fetched sooner then db.fetch.interval.default. Default value is 0.");
       System.out.println("----------------------");
       System.out.println("Please set the params.");
       return -1;
