This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disambiguate mention of -E in perl.pod and in perlrun.pod
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 14 Mar 2009 23:46:54 +0000 (00:46 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 14 Mar 2009 23:46:54 +0000 (00:46 +0100)
As Gisle remarks, -eE doesn't even work.

pod/perl.pod
pod/perlrun.pod

index 50d4378..b4b9245 100644 (file)
@@ -13,7 +13,7 @@ B<perl>       S<[ B<-sTtuUWX> ]>
        S<[ B<-S> ]>
        S<[ B<-x>[I<dir>] ]>
        S<[ B<-i>[I<extension>] ]>
-       S<[ B<-eE> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...>
+       S<[ [B<-e>|B<-E>] I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...>
 
 If you're new to Perl, you should start with L<perlintro>, which is a 
 general intro for beginners and provides some background to help you
index d8e718e..308bea2 100644 (file)
@@ -13,7 +13,7 @@ B<perl>       S<[ B<-sTtuUWX> ]>
        S<[ B<-S> ]>
        S<[ B<-x>[I<dir>] ]>
        S<[ B<-i>[I<extension>] ]>
-       S<[ B<-eE> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...>
+       S<[ [B<-e>|B<-E>] I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...>
 
 =head1 DESCRIPTION