From: Ken Williams Date: Wed, 13 Mar 2002 17:50:59 +0000 (-0600) Subject: Re: Win32: C:\Program Files X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9cbc33e806e2f8d7266ad678b15e011463a8cd61;p=p5sagit%2Fp5-mst-13.2.git Re: Win32: C:\Program Files From: "Ken Williams" Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org> Add -t to perl -h. p4raw-id: //depot/perl@15225 --- diff --git a/perl.c b/perl.c index fddaf53..c61a20a 100644 --- a/perl.c +++ b/perl.c @@ -2161,6 +2161,7 @@ S_usage(pTHX_ char *name) /* XXX move this out into a module ? */ "-s enable rudimentary parsing for switches after programfile", "-S look for programfile using PATH environment variable", "-T enable tainting checks", +"-t enable tainting warnings", "-u dump core after parsing program", "-U allow unsafe operations", "-v print version, subversion (includes VERY IMPORTANT perl info)",