projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77f578
)
Make installman to recognize the silence flag -S.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 24 Aug 2000 14:26:22 +0000
(14:26 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 24 Aug 2000 14:26:22 +0000
(14:26 +0000)
p4raw-id: //depot/perl@6800
installman
patch
|
blob
|
history
diff --git
a/installman
b/installman
index
c9fb0fe
..
7bb7c64
100755
(executable)
--- 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;