added manpage option
authorHeiko Schlittermann <hs@schlittermann.de>
Fri, 05 Nov 2010 10:05:04 +0100
changeset 21 dada04e00055
parent 20 47d98dab743e
child 22 610efc4fc524
added manpage option
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.