From: Gurusamy Sarathy Date: Fri, 5 May 2000 01:23:43 +0000 (+0000) Subject: s/END/CHECK/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1950ee41e795206b226cbd90a736eaa9889cbce2;p=p5sagit%2Fp5-mst-13.2.git s/END/CHECK/ p4raw-id: //depot/perl@6066 --- diff --git a/perl.c b/perl.c index 1314264..df09399 100644 --- a/perl.c +++ b/perl.c @@ -1939,7 +1939,7 @@ S_usage(pTHX_ char *name) /* XXX move this out into a module ? */ "-0[octal] specify record separator (\\0, if no argument)", "-a autosplit mode with -n or -p (splits $_ into @F)", "-C enable native wide character system interfaces", -"-c check syntax only (runs BEGIN and END blocks)", +"-c check syntax only (runs BEGIN and CHECK blocks)", "-d[:debugger] run program under debugger", "-D[number/list] set debugging flags (argument is a bit mask or alphabets)", "-e 'command' one line of program (several -e's allowed, omit programfile)",