diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-05 01:23:43 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-05 01:23:43 +0000 |
commit | 1950ee41e795206b226cbd90a736eaa9889cbce2 (patch) | |
tree | 1e6b11c2b00d5cc8f364579c50ad3cc542420fca /perl.c | |
parent | be28567c7b4a66645fbbd71964c8c6819169207c (diff) | |
download | perl-1950ee41e795206b226cbd90a736eaa9889cbce2.tar.gz |
s/END/CHECK/
p4raw-id: //depot/perl@6066
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)", |