Changeset 41049
- Timestamp:
- Nov 5, 2019, 8:08:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011/Nebulous/bin/neb-cull
r40992 r41049 17 17 18 18 my ($min_copies, $server, $volume, $one_only); 19 my ($soft_volume );19 my ($soft_volume, $help); 20 20 $server = $ENV{'NEB_SERVER'} unless $server; 21 21 … … 26 26 'one_only|o' => \$one_only, 27 27 'soft_volume' => \$soft_volume, 28 'help|h' => \$help, 28 29 ) || pod2usage( 2 ); 30 31 # explicitly defined -h / --help: 32 if ($help) { pod2usage( -verbose => 1 ); } 29 33 30 34 my $key = shift;
Note:
See TracChangeset
for help on using the changeset viewer.
