Index: trunk/Nebulous/bin/neb-stat
===================================================================
--- trunk/Nebulous/bin/neb-stat	(revision 18015)
+++ trunk/Nebulous/bin/neb-stat	(revision 18016)
@@ -3,5 +3,5 @@
 # Copyright (C) 2007-2008  Joshua Hoblitt
 #
-# $Id: neb-stat,v 1.2 2008-06-09 20:08:46 jhoblitt Exp $
+# $Id: neb-stat,v 1.3 2008-06-09 20:25:27 jhoblitt Exp $
 
 use strict;
@@ -41,5 +41,5 @@
 my $stat = $neb->stat($key);
 die "nebulous key: $key not found" unless $stat;   
-my $instances = $neb->find_instances($key);
+my $instances = $neb->find_instances($key, ':any');
 die "no instances found" unless $instances;   
 
