diff --git a/relation.drush.inc b/relation.drush.inc
index 5a52a87..387f7f6 100644
--- a/relation.drush.inc
+++ b/relation.drush.inc
@@ -15,8 +15,8 @@ function relation_drush_command() {
       'number_relations' => dt('The number of relations to generate.'),
     ),
     'options' => array(
-      'kill' => 'Delete all content before generating new content.',
-      'types' => 'A comma delimited list of content types to create. Defaults to page,article.',
+      'kill' => 'Delete all relations before generating new ones.',
+      'types' => 'A comma delimited list of relation types to create.',
     ),
     'aliases' => array('genrel'),
   );
