diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-24 14:26:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-24 14:26:22 +0000 |
commit | 80471959a21756349f9c8c7df821cf7847a157f6 (patch) | |
tree | 807d26029e2ee628ad24489b9dacc1fd0ae93f84 /installman | |
parent | e77f578cfdd9ec4b1afe1055f3695060aef2df6c (diff) | |
download | perl-80471959a21756349f9c8c7df821cf7847a157f6.tar.gz |
Make installman to recognize the silence flag -S.
p4raw-id: //depot/perl@6800
Diffstat (limited to 'installman')
-rwxr-xr-x | installman | 2 |
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; |