]> git.donarmstrong.com Git - lib.git/blobdiff - templates/perl_script
* add debbugs reopen war
[lib.git] / templates / perl_script
index 412a386e522eb1c0d728683eea8ef0da093a322d..24254d5ad681174f86ab82fa58f4de7946983da2 100755 (executable)
@@ -2,7 +2,7 @@
 # , and is released
 # under the terms of the GPL version 2, or any later version, at your
 # option. See the file README and COPYING for more information.
-# Copyright 2008 by Don Armstrong <don@donarmstrong.com>.
+# Copyright 2009 by Don Armstrong <don@donarmstrong.com>.
 # $Id$
 
 
@@ -35,7 +35,7 @@ Debug verbosity. (Default 0)
 
 =item B<--help, -h>
 
-Display brief useage information.
+Display brief usage information.
 
 =item B<--man, -m>
 
@@ -56,7 +56,8 @@ my %options = (debug           => 0,
               man             => 0,
               );
 
-GetOptions(\%options,'debug|d+','help|h|?','man|m');
+GetOptions(\%options,
+          'debug|d+','help|h|?','man|m');
 
 pod2usage() if $options{help};
 pod2usage({verbose=>2}) if $options{man};