IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18406


Ignore:
Timestamp:
Jul 2, 2008, 11:57:07 AM (18 years ago)
Author:
jhoblitt
Message:

change output metadata name to replicatePending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/neb-admin

    r18389 r18406  
    33# Copyright (C) 2005-2008  Joshua Hoblitt
    44#
    5 # $Id: neb-admin,v 1.5 2008-07-01 00:28:06 jhoblitt Exp $
     5# $Id: neb-admin,v 1.6 2008-07-02 21:57:07 jhoblitt Exp $
    66
    77use strict;
     
    7373exit unless scalar @rows;
    7474
    75 print "replciate MULTI\n\n";
     75print "replciatePending MULTI\n\n";
    7676
    7777foreach my $obj (@rows) {
     
    111111    );
    112112
    113     print_metadata("replicate", \%md);
     113    print_metadata("replicatePending", \%md);
    114114    print "\n";
    115115}
Note: See TracChangeset for help on using the changeset viewer.