diff --git a/bin/printenv b/bin/printenv index 1f9eb8d0..81664664 100755 --- a/bin/printenv +++ b/bin/printenv @@ -14,29 +14,22 @@ License: perl use strict; -my ($VERSION) = '1.2'; - -if (@ARGV) { - if ($ARGV[0] eq '-?') { - $0 =~ s{.*/}{}; - print < accepts the following options: - -=over 4 - -=item -? - -Print out a short help message, then exit. - -=back - =head1 BUGS I has no known bugs.