Changeset 15548 for trunk/PS-IPP-Metadata-Config/scripts/mdc-dump
- Timestamp:
- Nov 9, 2007, 2:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Metadata-Config/scripts/mdc-dump (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Metadata-Config/scripts/mdc-dump
r6097 r15548 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: mdc-dump,v 1. 2 2006-01-21 02:38:17jhoblitt Exp $5 # $Id: mdc-dump,v 1.3 2007-11-10 00:40:08 jhoblitt Exp $ 6 6 7 7 use strict; … … 19 19 my ( $file, $overwrite, $verbose ); 20 20 GetOptions( 21 'file=s' => \$file,22 21 'overwrite' => \$overwrite, 23 22 'verbose' => \$verbose, 24 23 ) || pod2usage( 2 ); 24 25 $file = shift; 25 26 26 27 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; … … 64 65 =head1 SYNOPSIS 65 66 66 mddump.pl [--overwrite] [--verbose] --file<filename>67 mddump.pl [--overwrite] [--verbose] <filename> 67 68 68 69 or … … 83 84 =over 4 84 85 85 =item * --file <filename> | -f<filename>86 =item * <filename> 86 87 87 88 Accepts the name of a file to use as input. If this option is omitted the
Note:
See TracChangeset
for help on using the changeset viewer.
