Changeset 28052 for trunk/pstamp/scripts/pstamp_request_file
- Timestamp:
- May 20, 2010, 3:52:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_request_file (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_request_file
r27751 r28052 29 29 30 30 printhelp($0) if $help; 31 31 32 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 32 pod2usage( -msg => "Required options: --input", 33 -exitval => 3) unless defined $input; 33 34 unless (defined $input) { 35 print STDERR "Required options: --input\n"; 36 printhelp($0); 37 } 34 38 35 39 # The header kewords
Note:
See TracChangeset
for help on using the changeset viewer.
