diff --git a/features.drush.inc b/features.drush.inc
index 8e23f13..3dd9e8c 100644
--- a/features.drush.inc
+++ b/features.drush.inc
@@ -28,7 +28,7 @@ function features_drush_command() {
       'components' => '(optional) List of components to include, like source:component [source2:component2]...'
     ),
     'options' => array(
-      '--destination' => "Destination path (from Drupal root) of the exported feature. Defaults to 'sites/all/modules'",
+      'destination' => "Destination path (from Drupal root) of the exported feature. Defaults to 'sites/all/modules'",
     ),
     'drupal dependencies' => array('features'),
     'aliases' => array('fe'),
