From: Rafael Garcia-Suarez Date: Fri, 22 Apr 2005 12:34:14 +0000 (+0000) Subject: -A wasn't listed in the --help output X-Git-Tag: accepted/trunk/20130322.191538~20878 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4ca673aeab33507f2764d2cdc13306b0b0152d5;p=platform%2Fupstream%2Fperl.git -A wasn't listed in the --help output p4raw-id: //depot/perl@24284 --- diff --git a/perl.c b/perl.c index cf8a76e..32b6603 100644 --- a/perl.c +++ b/perl.c @@ -2438,6 +2438,7 @@ S_usage(pTHX_ const char *name) /* XXX move this out into a module ? */ static const char * const usage_msg[] = { "-0[octal] specify record separator (\\0, if no argument)", +"-A[name] activate all/given assertions", "-a autosplit mode with -n or -p (splits $_ into @F)", "-C[number/list] enables the listed Unicode features", "-c check syntax only (runs BEGIN and CHECK blocks)",