Skip to content

Commit

Permalink
Pod::Html::Util: small documentation changes
Browse files Browse the repository at this point in the history
In part suggested by rjbs code review.
  • Loading branch information
jkeenan committed Aug 14, 2021
1 parent c0ac281 commit 4b79ccc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/Pod-Html/lib/Pod/Html/Util.pm
Expand Up @@ -47,6 +47,8 @@ Process command-line switches (options). Returns a reference to a hash. Will
provide usage message if C<--help> switch is present or if parameters are
invalid.
Calling this subroutine may modify C<@ARGV>.
=cut

sub process_command_line {
Expand Down Expand Up @@ -86,7 +88,7 @@ sub process_command_line {

=head2 C<usage()>
Display customary Pod::Html usage information.
Display customary Pod::Html usage information on STDERR.
=cut

Expand Down

0 comments on commit 4b79ccc

Please sign in to comment.