diff --git drush_make.drush.inc drush_make.drush.inc
index 7295f39..b18f919 100644
--- drush_make.drush.inc
+++ drush_make.drush.inc
@@ -28,7 +28,7 @@ function drush_make_drush_command() {
     'bootstrap' => DRUSH_BOOTSTRAP_DRUSH,
   );
 
-  $items['generate makefile'] = array(
+  $items['generate-makefile'] = array(
     'description' => 'Attempts to generate a makefile from the current drupal install.',
     'bootstrap' => DRUSH_BOOTSTRAP_DRUPAL_FULL,
   );
