summaryrefslogtreecommitdiff
path: root/Porting/updateAUTHORS.pl
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-08-11 18:08:27 +0200
committerYves Orton <demerphq@gmail.com>2022-08-21 12:09:05 +0200
commit5a6319097f7a670153177fc870c130f13977a121 (patch)
treeecb366a0677c49f1e2c9c98a4b9d89aa915972b0 /Porting/updateAUTHORS.pl
parentf904d2010c914298e0281fea1e81ee17776ab016 (diff)
downloadperl-5a6319097f7a670153177fc870c130f13977a121.tar.gz
updateAUTHORS.pl - add support for verbose
Makes it easy to add diagnostics while developing.
Diffstat (limited to 'Porting/updateAUTHORS.pl')
-rwxr-xr-xPorting/updateAUTHORS.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/updateAUTHORS.pl b/Porting/updateAUTHORS.pl
index 25c4c23f60..981dbc1e9b 100755
--- a/Porting/updateAUTHORS.pl
+++ b/Porting/updateAUTHORS.pl
@@ -20,6 +20,8 @@ my @OPTSPEC= qw(
man
authors_file=s
mailmap_file=s
+
+ verbose+
);
sub main {
@@ -67,6 +69,7 @@ Porting/updateAUTHORS.pl
Options:
--help brief help message
--man full documentation
+ --verbose be verbose
File Locations:
--authors-file=FILE override default of 'AUTHORS'
@@ -84,6 +87,10 @@ Print a brief help message and exits.
Prints the manual page and exits.
+=item C<--verbose>
+
+Be verbose about what is happening. Can be repeated more than once.
+
=item C<--authors-file=FILE>
=item C<--authors_file=FILE>