summaryrefslogtreecommitdiff
path: root/installman
diff options
context:
space:
mode:
Diffstat (limited to 'installman')
-rwxr-xr-x[-rw-r--r--]installman1
1 files changed, 1 insertions, 0 deletions
diff --git a/installman b/installman
index b6765632fe..bc36ca6ac1 100644..100755
--- a/installman
+++ b/installman
@@ -27,6 +27,7 @@ $usage =
GetOptions( qw( man1dir=s man1ext=s man3dir=s man3ext=s notify help))
|| die $usage;
+die $usage if $opt_help;
# These are written funny to avoid -w typo warnings.
$man1dir = defined($opt_man1dir) ? $opt_man1dir : $Config{'installman1dir'};