Changeset 16336 for trunk/ippScripts/scripts/ipp_serial_stack.pl
- Timestamp:
- Feb 6, 2008, 9:52:57 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_stack.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_stack.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? … … 31 32 ); 32 33 GetOptions( 33 'dbname|d=s' => \$dbname, 34 'dbname=s' => \$dbname, 35 'verbose' => \$verbose, 34 36 'no-op' => \$no_op, 35 37 'no-update' => \$no_update, … … 74 76 75 77 my $command = "$stack_skycell --stack_id $stack_id --dbname $dbname"; 78 $command .= " --verbose" if defined $verbose; 76 79 $command .= " --no-op" if defined $no_op; 77 80 $command .= " --no-update" if defined $no_update;
Note:
See TracChangeset
for help on using the changeset viewer.
