summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-06-07 07:07:10 -0400
committerDavid Golden <dagolden@cpan.org>2010-06-07 07:07:10 -0400
commit60eaec425bbc5e93d5dab2c98aa44af5d0baeb52 (patch)
treeee98343324a16b96fc53202013e87cd0fe9e5bc0 /perl.c
parent98ccfbbf7f3673c554b54933d94b68014231a32e (diff)
downloadperl-60eaec425bbc5e93d5dab2c98aa44af5d0baeb52.tar.gz
Remove -w recommendation in perl -h
Abigail already said it best: I do not think 'perl -h' is the place to give recommendations on how code should be written. 'perl -h' gives a list and a brief explanation of the command line switches. IMO, it should do just that, and nothing else.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 3e703a0e91..0edad78b1f 100644
--- a/perl.c
+++ b/perl.c
@@ -2842,7 +2842,7 @@ S_usage(pTHX_ const char *name) /* XXX move this out into a module ? */
" -U allow unsafe operations\n"
" -v print version, patchlevel and license\n"
" -V[:variable] print configuration summary (or a single Config.pm variable)\n",
-" -w enable many useful warnings (RECOMMENDED)\n"
+" -w enable many useful warnings\n"
" -W enable all warnings\n"
" -x[directory] ignore text before #!perl line (optionally cd to directory)\n"
" -X disable all warnings\n"