Changeset 16336 for trunk/ippScripts/scripts/ipp_serial_diff.pl
- Timestamp:
- Feb 6, 2008, 9:52:57 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_diff.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_diff.pl
r15458 r16336 26 26 27 27 my ($dbname, # Database name to use 28 $verbose, # Verbose operations? 28 29 $no_op, # No operations? 29 30 $no_update, # No updating? 30 31 ); 31 32 GetOptions( 32 'dbname|d=s' => \$dbname, 33 'dbname=s' => \$dbname, 34 'verbose' => \$verbose, 33 35 'no-op' => \$no_op, 34 36 'no-update' => \$no_update, … … 72 74 73 75 my $command = "$diff_skycell --diff_id $diff_id --dbname $dbname"; 76 $command .= " --verbose" if defined $verbose; 74 77 $command .= " --no-op" if defined $no_op; 75 78 $command .= " --no-update" if defined $no_update;
Note:
See TracChangeset
for help on using the changeset viewer.
