diff options
author | James E Keenan <jkeenan@cpan.org> | 2021-11-12 23:55:04 +0000 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2021-12-24 14:23:30 -0700 |
commit | d28cf2c2854ef1507811a5f4fb3d309c60987498 (patch) | |
tree | c795e6abcb5ecdac538fa287b8d8dae10bbcaee4 /pod | |
parent | 3a99f1de4609feb952ca294cc4b3479d615c8d94 (diff) | |
download | perl-d28cf2c2854ef1507811a5f4fb3d309c60987498.tar.gz |
Document and test command-line switch '-?'
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrun.pod | 7 |
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> |