IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12245


Ignore:
Timestamp:
Mar 5, 2007, 3:21:59 PM (19 years ago)
Author:
Paul Price
Message:

Silently chew --no-op, with no effect

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/register_exp.pl

    r12209 r12245  
    3131    );
    3232
    33 my ($cache, $exp_tag, $workdir, $dbname, $no_update);
     33my ($cache, $exp_tag, $workdir, $dbname, $no_update, $no_op);
    3434
    3535GetOptions(
     
    3838    'workdir|w=s'   => \$workdir, # Working directory for output files
    3939    'dbname|d=s'    => \$dbname, # Database name   
    40     'no-update'     => \$no_update
     40    'no-update'     => \$no_update,
     41    'no-op'         => \$no_op,
    4142) or pod2usage( 2 );
    4243
  • trunk/ippScripts/scripts/register_imfile.pl

    r12207 r12245  
    3737use Pod::Usage qw( pod2usage );
    3838
    39 my ($cache, $exp_tag, $class_id, $uri, $workdir, $dbname, $no_update);
     39my ($cache, $exp_tag, $class_id, $uri, $workdir, $dbname, $no_update, $no_op);
    4040
    4141# print "args: @ARGV\n";
     
    5151    'workdir|w=s'   => \$workdir, # Working directory for output files
    5252    'dbname|d=s'    => \$dbname,# Database name
    53     'no-update'     => \$no_update
     53    'no-update'     => \$no_update,
     54    'no-op'         => \$no_op,
    5455) or pod2usage( 2 );
    5556
Note: See TracChangeset for help on using the changeset viewer.