Index: hacked.drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/hacked/hacked.drush.inc,v
retrieving revision 1.8
diff -u -p -r1.8 hacked.drush.inc
--- hacked.drush.inc	23 Apr 2010 14:36:06 -0000	1.8
+++ hacked.drush.inc	23 Apr 2010 14:39:47 -0000
@@ -73,6 +73,7 @@ function drush_hacked_list_projects() {
     // Now print the data using drush:
     $rows[] = array(
       dt('Project'),
+      dt('Shortname'),
       dt('Version'),
       dt('Status'),
       dt('Changed'),
@@ -81,6 +82,7 @@ function drush_hacked_list_projects() {
     foreach ($data as $project) {
       $row = array(
         empty($project['title']) ? $project['name'] : $project['title'],
+        $project['name'],
         $project['existing_version']
       );
 
