Changeset 24348 for trunk/Nebulous
- Timestamp:
- Jun 5, 2009, 4:17:18 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-stat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-stat
r18016 r24348 41 41 my $stat = $neb->stat($key); 42 42 die "nebulous key: $key not found" unless $stat; 43 my $instances = $neb->find_instances($key, ' :any');43 my $instances = $neb->find_instances($key, 'any'); 44 44 die "no instances found" unless $instances; 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
