# HG changeset patch # User Heiko Schlittermann # Date 1288947904 -3600 # Node ID dada04e000556288ffd584804cfc7d339ec3b44a # Parent 47d98dab743e4b2f6bb05e6059a7054f732fbbad added manpage option diff -r 47d98dab743e -r dada04e00055 update-serial.pl --- a/update-serial.pl Fri Nov 05 10:04:48 2010 +0100 +++ b/update-serial.pl Fri Nov 05 10:05:04 2010 +0100 @@ -180,6 +180,9 @@ update-serial [-r] [-v] [file...] + update-serial -h|--help + update-serial -m|--man + =head1 DESCRIPTION This script scans DNS (bind9 format) zone files and increments the @@ -189,6 +192,12 @@ =over +=item B<-h>|B<--help> + +=item B<-m>|B<--man> + +Show the reference help / man page. (default: off) + =item B<-r>|B<--reload> Automatically reload the bind (rndc reload) if some changes are applied.