IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41049


Ignore:
Timestamp:
Nov 5, 2019, 8:08:08 AM (7 years ago)
Author:
eugene
Message:

add help info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/Nebulous/bin/neb-cull

    r40992 r41049  
    1717
    1818my ($min_copies, $server, $volume, $one_only);
    19 my ($soft_volume);
     19my ($soft_volume, $help);
    2020$server = $ENV{'NEB_SERVER'} unless $server;
    2121
     
    2626    'one_only|o'    => \$one_only,
    2727    'soft_volume'   => \$soft_volume,
     28    'help|h'        => \$help,
    2829) || pod2usage( 2 );
     30
     31# explicitly defined -h / --help:
     32if ($help) { pod2usage( -verbose => 1 ); }
    2933
    3034my $key = shift;
Note: See TracChangeset for help on using the changeset viewer.