summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn M Moore <sartak@bestpractical.com>2011-06-14 19:33:49 -0400
committerJesse Vincent <jesse@bestpractical.com>2011-06-16 15:11:26 -0400
commitf4c5a8fc16bd873fe7a0aa0a84f6b3ea9068c1a3 (patch)
treee9c30857595557bafadd809aa10e3c3828bbb555
parent9bbf0c14a0db46fc1e84429b88c06bceaf57fadb (diff)
downloadperl-f4c5a8fc16bd873fe7a0aa0a84f6b3ea9068c1a3.tar.gz
Consistently titlecase descriptions in -h
-rw-r--r--dist/Pod-Perldoc/lib/Pod/Perldoc.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Pod-Perldoc/lib/Pod/Perldoc.pm b/dist/Pod-Perldoc/lib/Pod/Perldoc.pm
index 27576f6082..964b2f82ae 100644
--- a/dist/Pod-Perldoc/lib/Pod/Perldoc.pm
+++ b/dist/Pod-Perldoc/lib/Pod/Perldoc.pm
@@ -246,7 +246,7 @@ perldoc [options] -v PerlVariable
Options:
-h Display this help message
- -V report version
+ -V Report version
-r Recursive search (slow)
-i Ignore case
-t Display pod using pod2text instead of pod2man and nroff
@@ -263,7 +263,7 @@ Options:
-M FormatterModuleNameToUse
-w formatter_option:option_value
-L translation_code Choose doc translation (if any)
- -X use index if present (looks for pod.idx at $Config{archlib})
+ -X Use index if present (looks for pod.idx at $Config{archlib})
-q Search the text of questions (not answers) in perlfaq[1-9]
-f Search Perl built-in functions
-v Search predefined Perl variables