Changeset 34764 for trunk/Nebulous-Server/bin/neb-host
- Timestamp:
- Dec 4, 2012, 10:09:03 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/bin/neb-host (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/neb-host
r32919 r34764 141 141 $dbh->commit; 142 142 143 my $format = "%-15s %-15s %-7s %-8s %-9s %-5s % s\n";144 my @columns = qw(host name mounted allocate available xattr note);143 my $format = "%-15s %-15s %-7s %-8s %-9s %-5s %15s %s\n"; 144 my @columns = qw(host name mounted allocate available xattr last_modified note); 145 145 printf($format, @columns); 146 146
Note:
See TracChangeset
for help on using the changeset viewer.
