IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15548


Ignore:
Timestamp:
Nov 9, 2007, 2:40:08 PM (19 years ago)
Author:
jhoblitt
Message:

remove --file option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Metadata-Config/scripts/mdc-dump

    r6097 r15548  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: mdc-dump,v 1.2 2006-01-21 02:38:17 jhoblitt Exp $
     5# $Id: mdc-dump,v 1.3 2007-11-10 00:40:08 jhoblitt Exp $
    66
    77use strict;
     
    1919my ( $file, $overwrite, $verbose );
    2020GetOptions(
    21     'file=s'    => \$file,
    2221    'overwrite' => \$overwrite,
    2322    'verbose'   => \$verbose,
    2423) || pod2usage( 2 );
     24
     25$file = shift;
    2526
    2627pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
     
    6465=head1 SYNOPSIS
    6566
    66     mddump.pl [--overwrite] [--verbose] --file <filename>
     67    mddump.pl [--overwrite] [--verbose] <filename>
    6768
    6869    or
     
    8384=over 4
    8485
    85 =item * --file <filename> | -f <filename>
     86=item * <filename>
    8687
    8788Accepts 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.