Index: zenophile.drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/zenophile/zenophile.drush.inc,v
retrieving revision 1.1.4.4
diff -u -p -r1.1.4.4 zenophile.drush.inc
--- zenophile.drush.inc	18 Nov 2009 22:22:15 -0000	1.1.4.4
+++ zenophile.drush.inc	25 Sep 2010 23:03:49 -0000
@@ -14,6 +14,7 @@ function zenophile_drush_command() {
     'zenophile' => array(
       'callback' => 'zenophile_callback',
       'description' => 'Creates Zen subthemes quickly and easily.',
+      'aliases' => array('zen'),
       'arguments' => array(
         'sysname' => 'The machine-compatible name of the new theme. This name may only consist of lowercase letters plus the underscore character.',
         'description' => 'A short description of this theme.',
@@ -37,10 +38,6 @@ function zenophile_drush_command() {
 /*         'zen bar_t "The best theme, bar none." --friendly="The Bar Theme" --layout="liquid" --site="bar.example.com"' => 'Create a new theme named "bar_t", give it a human-readable name and description, have it use a liquid layout, and put it in the "themes" subdirectory for the "bar.example.com" site directory. Note that the "zen" command is an abbreviated alias for the "zenophile" command.', */
       ),
     ),
-    'zen' => array(
-      'callback' => 'zenophile_callback',
-      'description' => 'Alias for the "zenophile" command.',
-    ),
   );
 }
 
