diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-16 09:18:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-16 09:18:58 +0000 |
commit | df451b2ad0d680ea3a9d825aa3ecb3c2ce23bbb4 (patch) | |
tree | 02c0825021d0901bef4c405fd1a6460888c816b6 /pod/perlrun.pod | |
parent | 2aefcc789e83c2ed63b8e10639b28c870b3f9bf6 (diff) | |
download | perl-df451b2ad0d680ea3a9d825aa3ecb3c2ce23bbb4.tar.gz |
Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
p4raw-id: //depot/perl@24864
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index a5260a976d..85706ca950 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -8,7 +8,7 @@ B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list>] ]> S<[ B<-pna> ] [ B<-F>I<pattern> ] [ B<-l>[I<octal>] ] [ B<-0>[I<octal/hexadecimal>] ]> - S<[ B<-I>I<dir> ] [ B<-m>[B<->]I<module> ] [ B<-M>[B<->]I<'module...'> ]> + S<[ B<-I>I<dir> ] [ B<-m>[B<->]I<module> ] [ B<-M>[B<->]I<'module...'> ] [ B<-f> ]> S<[ B<-A>[I<module>][=I<assertions>] ]> S<[ B<-C [I<number/list>] >]> S<[ B<-P> ]> |