summaryrefslogtreecommitdiff
path: root/pod/perl.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-03-13 15:07:03 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-03-13 15:07:03 +0100
commit5a7ebd3db929011f81e96ab8b34e2cc2ac7730fa (patch)
tree1df424c5d5ef0aa48bcefb825ded1dd0755e6de9 /pod/perl.pod
parent4d9f3eeb6fe62231730686a138499e44308619f0 (diff)
downloadperl-5a7ebd3db929011f81e96ab8b34e2cc2ac7730fa.tar.gz
Add -E in the command-line usage in perl.pod
Diffstat (limited to 'pod/perl.pod')
-rw-r--r--pod/perl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl.pod b/pod/perl.pod
index 3a10eaa957..50d4378fcd 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -13,7 +13,7 @@ B<perl> S<[ B<-sTtuUWX> ]>
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<-eE> 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