summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/Pod-Html/lib/Pod/Html/Util.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/Pod-Html/lib/Pod/Html/Util.pm b/ext/Pod-Html/lib/Pod/Html/Util.pm
index 26d323cb0c..bf95703a78 100644
--- a/ext/Pod-Html/lib/Pod/Html/Util.pm
+++ b/ext/Pod-Html/lib/Pod/Html/Util.pm
@@ -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 {
@@ -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