From: Jarkko Hietaniemi Date: Thu, 24 Aug 2000 14:26:22 +0000 (+0000) Subject: Make installman to recognize the silence flag -S. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80471959a21756349f9c8c7df821cf7847a157f6;p=p5sagit%2Fp5-mst-13.2.git Make installman to recognize the silence flag -S. p4raw-id: //depot/perl@6800 --- diff --git a/installman b/installman index c9fb0fe..7bb7c64 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;