? drush_make_generate_makefile.patch
Index: drush_make.drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush_make/Attic/drush_make.drush.inc,v
retrieving revision 1.11.2.40
diff -u -p -r1.11.2.40 drush_make.drush.inc
--- drush_make.drush.inc	25 Feb 2010 05:38:00 -0000	1.11.2.40
+++ drush_make.drush.inc	3 Mar 2010 19:07:12 -0000
@@ -48,6 +48,7 @@ function drush_make_drush_command() {
   $items['generate-makefile'] = array(
     'bootstrap' => DRUSH_BOOTSTRAP_DRUPAL_FULL,
     'description' => 'Attempts to generate a makefile from the current drupal install.',
+    'callback' => 'drush_drush_make_generate_makefile',
   );
 
   return $items;
@@ -60,7 +61,7 @@ function drush_make_drush_help($section)
   switch ($section) {
     case 'drush:make':
       return dt('Turns a makefile into a working drupal install. For a full description of options and makefile syntax, see the README.txt included with drush make.');
-    case 'drush:generate makefile':
+    case 'drush:generate-makefile':
       return dt('Attempts to generate a makefile from the current drupal install.');
   }
 }
