summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-22 19:51:47 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-22 19:51:47 +0000
commit3c0facb21e91c63c42bcfc1031a2f001e59d479c (patch)
treeefd0b9e576fff268baf3c695e2b54836485caa8c /perl.c
parent5455df32d1cbb1b01b3af0f9b4f432fefbd8efb7 (diff)
downloadperl-3c0facb21e91c63c42bcfc1031a2f001e59d479c.tar.gz
add -W and -X to -h output; fix other pod omissions
p4raw-id: //depot/perl@5211
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index d1bbb274d7..3b4764496d 100644
--- a/perl.c
+++ b/perl.c
@@ -1907,6 +1907,8 @@ S_usage(pTHX_ char *name) /* XXX move this out into a module ? */
"-v print version, subversion (includes VERY IMPORTANT perl info)",
"-V[:variable] print configuration summary (or a single Config.pm variable)",
"-w enable many useful warnings (RECOMMENDED)",
+"-W enable all warnings",
+"-X disable all warnings",
"-x[directory] strip off text before #!perl line and perhaps cd to directory",
"\n",
NULL