Consistently titlecase descriptions in -h
authorShawn M Moore <sartak@bestpractical.com>
Tue, 14 Jun 2011 23:33:49 +0000 (19:33 -0400)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 16 Jun 2011 19:11:26 +0000 (15:11 -0400)
dist/Pod-Perldoc/lib/Pod/Perldoc.pm

index 27576f6..964b2f8 100644 (file)
@@ -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