From: Rafael Garcia-Suarez Date: Sat, 14 Mar 2009 23:46:54 +0000 (+0100) Subject: Disambiguate mention of -E in perl.pod and in perlrun.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb1dd64e3e0e1ba6b8d995befeab91a3337bf736;p=p5sagit%2Fp5-mst-13.2.git Disambiguate mention of -E in perl.pod and in perlrun.pod As Gisle remarks, -eE doesn't even work. --- diff --git a/pod/perl.pod b/pod/perl.pod index 50d4378..b4b9245 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -13,7 +13,7 @@ B S<[ B<-sTtuUWX> ]> S<[ B<-S> ]> S<[ B<-x>[I] ]> S<[ B<-i>[I] ]> - S<[ B<-eE> I<'command'> ] [ B<--> ] [ I ] [ I ]...> + S<[ [B<-e>|B<-E>] I<'command'> ] [ B<--> ] [ I ] [ I ]...> If you're new to Perl, you should start with L, which is a general intro for beginners and provides some background to help you diff --git a/pod/perlrun.pod b/pod/perlrun.pod index d8e718e..308bea2 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -13,7 +13,7 @@ B S<[ B<-sTtuUWX> ]> S<[ B<-S> ]> S<[ B<-x>[I] ]> S<[ B<-i>[I] ]> - S<[ B<-eE> I<'command'> ] [ B<--> ] [ I ] [ I ]...> + S<[ [B<-e>|B<-E>] I<'command'> ] [ B<--> ] [ I ] [ I ]...> =head1 DESCRIPTION