From 80471959a21756349f9c8c7df821cf7847a157f6 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 24 Aug 2000 14:26:22 +0000 Subject: [PATCH] Make installman to recognize the silence flag -S. p4raw-id: //depot/perl@6800 --- installman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4