Changeset 30317 for trunk/pstamp/scripts/pstamp_parser_run.pl
- Timestamp:
- Jan 20, 2011, 10:28:02 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_parser_run.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r29576 r30317 31 31 my $outdir; 32 32 my $label; 33 my $need_magic; 33 34 my $verbose; 34 35 my $dbname; … … 41 42 'outdir=s' => \$outdir, 42 43 'label=s' => \$label, 44 'need_magic' => \$need_magic, 43 45 'redirect-output' => \$redirect_output, 44 46 'verbose' => \$verbose, … … 160 162 $parse_cmd = "$pstampparse"; 161 163 $parse_cmd .= " --label $label" if $label; 164 $parse_cmd .= " --need_magic" if $need_magic; 162 165 $request_fault = 0; 163 166 } elsif ($request_type eq "MOPS_DETECTABILITY_QUERY") {
Note:
See TracChangeset
for help on using the changeset viewer.
