diff options
author | David Golden <dagolden@cpan.org> | 2010-02-10 22:54:43 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-02-10 22:54:43 -0500 |
commit | 482d21b3db741a7f6b59279ab7ad289307e2186b (patch) | |
tree | 1114c615564f976500f4c11d0fc9ce816f1e8e25 /perl.c | |
parent | 6b43eec4c0ed080ffa657f72d86e4badff8c4c8c (diff) | |
download | perl-482d21b3db741a7f6b59279ab7ad289307e2186b.tar.gz |
keep -h to 80 characters or less
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2835,11 +2835,11 @@ S_usage(pTHX_ const char *name) /* XXX move this out into a module ? */ "-T enable tainting checks", "-u dump core after parsing program", "-U allow unsafe operations", -"-v print version, subversion (includes VERY IMPORTANT perl info)", +"-v print version, patchlevel and license", "-V[:variable] print configuration summary (or a single Config.pm variable)", "-w enable many useful warnings (RECOMMENDED)", "-W enable all warnings", -"-x[directory] strip off text before #!perl line and perhaps cd to directory", +"-x[directory] ignore text before #!perl line (optionally cd to directory)", "-X disable all warnings", "\n", NULL |