Index: /branches/eam_branches/ipp-20191011/Nebulous/bin/neb-cull
===================================================================
--- /branches/eam_branches/ipp-20191011/Nebulous/bin/neb-cull	(revision 41048)
+++ /branches/eam_branches/ipp-20191011/Nebulous/bin/neb-cull	(revision 41049)
@@ -17,5 +17,5 @@
 
 my ($min_copies, $server, $volume, $one_only);
-my ($soft_volume);
+my ($soft_volume, $help);
 $server = $ENV{'NEB_SERVER'} unless $server;
 
@@ -26,5 +26,9 @@
     'one_only|o'    => \$one_only,
     'soft_volume'   => \$soft_volume,
+    'help|h'        => \$help,
 ) || pod2usage( 2 );
+
+# explicitly defined -h / --help:
+if ($help) { pod2usage( -verbose => 1 ); }
 
 my $key = shift;
