Skip to content

Commit fa4927e

Browse files
author
Marek Rouchal
committed
fixing dzil test
1 parent feeb264 commit fa4927e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/Pod/Usage.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ things:
843843
844844
=item B<-help>
845845
846-
Print a brief help message and exits.
846+
Prints a brief help message and exits.
847847
848848
=item B<-man>
849849

scripts/pod2usage.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ I<file>
7878
7979
=item B<-help>
8080
81-
Print a brief help message and exit.
81+
Prints a brief help message and exit.
8282
8383
=item B<-man>
8484
85-
Print this command's manual page and exit.
85+
Prints this command's manual page and exit.
8686
8787
=item B<-exit> I<exitval>
8888

t/pod/pod2usage.xr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ SYNOPSIS
77
*module*] [-utf8] *file*
88

99
OPTIONS AND ARGUMENTS
10-
-help Print a brief help message and exit.
10+
-help Prints a brief help message and exit.
1111

12-
-man Print this command's manual page and exit.
12+
-man Prints this command's manual page and exit.
1313

1414
-exit *exitval*
1515
The exit status value to return.

0 commit comments

Comments
 (0)