From 3c0facb21e91c63c42bcfc1031a2f001e59d479c Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 22 Feb 2000 19:51:47 +0000 Subject: add -W and -X to -h output; fix other pod omissions p4raw-id: //depot/perl@5211 --- perl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl.c') 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 -- cgit v1.2.1