summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-02-10 22:54:43 -0500
committerDavid Golden <dagolden@cpan.org>2010-02-10 22:54:43 -0500
commit482d21b3db741a7f6b59279ab7ad289307e2186b (patch)
tree1114c615564f976500f4c11d0fc9ce816f1e8e25 /perl.c
parent6b43eec4c0ed080ffa657f72d86e4badff8c4c8c (diff)
downloadperl-482d21b3db741a7f6b59279ab7ad289307e2186b.tar.gz
keep -h to 80 characters or less
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index 728ec881ce..bb2fd126ee 100644
--- a/perl.c
+++ b/perl.c
@@ -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