Further tweak on change #21464.
Rafael Garcia-Suarez [Thu, 16 Oct 2003 08:52:50 +0000 (08:52 +0000)]
p4raw-link: @21464 on //depot/perl: 90490ea37d61f90b0b2139a2d0285dc6e6aeee8b

p4raw-id: //depot/perl@21466

perl.c

diff --git a/perl.c b/perl.c
index f9c88d7..c707900 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -2242,7 +2242,7 @@ S_usage(pTHX_ char *name)         /* XXX move this out into a module ? */
     static char *usage_msg[] = {
 "-0[octal]       specify record separator (\\0, if no argument)",
 "-a              autosplit mode with -n or -p (splits $_ into @F)",
-"-C[number/list] enable native wide character system interfaces",
+"-C[number/list] enables the listed Unicode features",
 "-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)",