Changeset 23636
- Timestamp:
- Mar 31, 2009, 2:18:01 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak.pl
r23295 r23636 64 64 65 65 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 66 pod2usage( -msg => "Required options: --magic_ds_id --camera --streaks --stage --stage_id --component -- outroot",66 pod2usage( -msg => "Required options: --magic_ds_id --camera --streaks --stage --stage_id --component --uri --path_base --outroot", 67 67 -exitval => 3) unless 68 68 defined $magic_ds_id and … … 72 72 defined $stage_id and 73 73 defined $component and 74 defined $uri and 75 defined $path_base and 74 76 defined $outroot; 75 77
Note:
See TracChangeset
for help on using the changeset viewer.
