diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 19:51:47 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 19:51:47 +0000 |
commit | 3c0facb21e91c63c42bcfc1031a2f001e59d479c (patch) | |
tree | efd0b9e576fff268baf3c695e2b54836485caa8c /perl.c | |
parent | 5455df32d1cbb1b01b3af0f9b4f432fefbd8efb7 (diff) | |
download | perl-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |