diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-22 12:34:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-22 12:34:14 +0000 |
commit | f4ca673aeab33507f2764d2cdc13306b0b0152d5 (patch) | |
tree | 1399d5f4e354e99b497e8ab5adb4b18e954b4cff /perl.c | |
parent | 77304e8591c15cb2d1b3ddf232411b6eeff78dce (diff) | |
download | perl-f4ca673aeab33507f2764d2cdc13306b0b0152d5.tar.gz |
-A wasn't listed in the --help output
p4raw-id: //depot/perl@24284
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)", |