commit 57ff048bd7c9d89fa1510c2afa1adcedb5b322d5
Author: Florian Weber <florian@webflo.org>
Date:   Wed Apr 18 21:50:26 2012 +0200

    Fix deploy-via option.

diff --git a/Drush/Deploy/Deploy.php b/Drush/Deploy/Deploy.php
index de53f22..ab28c87 100644
--- a/Drush/Deploy/Deploy.php
+++ b/Drush/Deploy/Deploy.php
@@ -47,7 +47,7 @@ class Deploy extends \Drush\Command {
     }
 
     $this->git = new Git($this);
-    $this->deploy_via = drush_get_option('deploy_via', 'Checkout');
+    $this->deploy_via = drush_get_option('deploy-via', 'Checkout');
 
     $this->deploy_to = drush_get_option('deploy-to', "~/deploy/" . $this->application);
 
