Changeset 18406
- Timestamp:
- Jul 2, 2008, 11:57:07 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/bin/neb-admin (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/neb-admin
r18389 r18406 3 3 # Copyright (C) 2005-2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-admin,v 1. 5 2008-07-01 00:28:06jhoblitt Exp $5 # $Id: neb-admin,v 1.6 2008-07-02 21:57:07 jhoblitt Exp $ 6 6 7 7 use strict; … … 73 73 exit unless scalar @rows; 74 74 75 print "replciate MULTI\n\n";75 print "replciatePending MULTI\n\n"; 76 76 77 77 foreach my $obj (@rows) { … … 111 111 ); 112 112 113 print_metadata("replicate ", \%md);113 print_metadata("replicatePending", \%md); 114 114 print "\n"; 115 115 }
Note:
See TracChangeset
for help on using the changeset viewer.
