diff options
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 9ff9ac9ef5..4f1fe63035 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -9,13 +9,13 @@ B<perl> S<[ B<-sTtuUWX> ]> 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<-A [I<assertions>] >]> + S<[ B<-C [I<number/list>] >]> S<[ B<-P> ]> S<[ B<-S> ]> S<[ B<-x>[I<dir>] ]> S<[ B<-i>[I<extension>] ]> S<[ B<-e> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...> - S<[ B<-A [I<assertions>] >]> - S<[ B<-C [I<number/list>] >]> =head1 DESCRIPTION |