summaryrefslogtreecommitdiff
path: root/installman
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-24 14:26:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-24 14:26:22 +0000
commit80471959a21756349f9c8c7df821cf7847a157f6 (patch)
tree807d26029e2ee628ad24489b9dacc1fd0ae93f84 /installman
parente77f578cfdd9ec4b1afe1055f3695060aef2df6c (diff)
downloadperl-80471959a21756349f9c8c7df821cf7847a157f6.tar.gz
Make installman to recognize the silence flag -S.
p4raw-id: //depot/perl@6800
Diffstat (limited to 'installman')
-rwxr-xr-xinstallman2
1 files changed, 1 insertions, 1 deletions
diff --git a/installman b/installman
index c9fb0fe18c..7bb7c644a2 100755
--- a/installman
+++ b/installman
@@ -30,7 +30,7 @@ $usage =
man3ext = $Config{'man3ext'};
--notify (or -n) just lists commands that would be executed.\n";
-GetOptions( qw( man1dir=s man1ext=s man3dir=s man3ext=s notify n help))
+GetOptions( qw( man1dir=s man1ext=s man3dir=s man3ext=s notify n help S))
|| die $usage;
die $usage if $opt_help;