--- drush.php	05 jun 2008 21:17:30 -0400	1.22.2.1
+++ drush.php	27 nov 2008 23:16:51 -0500	
@@ -57,7 +57,7 @@
       define('DRUSH_CONFIG', $config);
       require_once($config);
       if (is_array($options)) {
-        $args['options'] = array_merge($args['options'], $options); # Sets all the default options for drush
+        $args['options'] = array_merge($options, $args['options']); # Sets all the default options for drush
       }
       break;
     }
