Index: trunk/Nebulous-Server/bin/neb-host
===================================================================
--- trunk/Nebulous-Server/bin/neb-host	(revision 32919)
+++ trunk/Nebulous-Server/bin/neb-host	(revision 34764)
@@ -141,6 +141,6 @@
 $dbh->commit;
 
-my $format  = "%-15s %-15s %-7s %-8s %-9s %-5s %s\n";
-my @columns = qw(host name mounted allocate available xattr note);
+my $format  = "%-15s %-15s %-7s %-8s %-9s %-5s %15s %s\n";
+my @columns = qw(host name mounted allocate available xattr last_modified note);
 printf($format, @columns);
 
