summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index f3b8c860d9..0683ef128d 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -5,7 +5,7 @@ perlrun - how to execute the Perl interpreter
=head1 SYNOPSIS
B<perl> S<[ B<-sTtuUWX> ]>
- S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]>
+ S<[ B<-h?v> ] [ 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...'> ] [ B<-f> ]>
@@ -516,6 +516,11 @@ X<-h>
prints a summary of the options.
+=item B<-?>
+X<-?>
+
+synonym for B<-h>: prints a summary of the options.
+
=item B<-i>[I<extension>]
X<-i> X<in-place>