- Timestamp:
- May 28, 2010, 3:09:59 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_request_file (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
/trunk (added) merged: 28046-28057,28062-28069,28072-28076,28079-28100
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/pstamp/scripts/pstamp_request_file
r27751 r28164 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.
