Index: /trunk/Nebulous/bin/neb-df
===================================================================
--- /trunk/Nebulous/bin/neb-df	(revision 31412)
+++ /trunk/Nebulous/bin/neb-df	(revision 31413)
@@ -16,5 +16,5 @@
 use Pod::Usage qw( pod2usage );
 
-my ($server);
+my ($server,$names);
 
 $server = $ENV{'NEB_SERVER'} unless $server;
@@ -22,4 +22,5 @@
 GetOptions(
     'server|s=s'    => \$server,
+    'names'         => \$names,
 ) || pod2usage( 2 );
 
@@ -51,4 +52,8 @@
         = @$row;
     my $path        = $vol{host};
+    if ($names) {
+	$path = $vol{name};
+    }
+
     my $total       = $vol{total};
     $total_total    += $total;
