Changeset 29176 for trunk/tools/runcameraexp.pl
- Timestamp:
- Sep 20, 2010, 9:59:15 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/runcameraexp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/runcameraexp.pl
r29160 r29176 27 27 28 28 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 29 pod2usage( -msg => "- cam_id is required", -exitval => 2 ) if !$cam_id;29 pod2usage( -msg => "--cam_id is required", -exitval => 2 ) if !$cam_id; 30 30 31 31 my $ipprc = PS::IPP::Config->new();
Note:
See TracChangeset
for help on using the changeset viewer.
