]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installman
Move many command-specific options to only be accepted by the command that uses them.
[debhelper.git] / dh_installman
index f0ff2245af48968f7872093d3ca74109416da544..a167cc3a5e8ddf4eabd61ee60a2890f5fb60d514 100755 (executable)
@@ -85,7 +85,9 @@ interface. Use this program instead.
 
 =cut
 
-init();
+init(options => {
+       "language=s" => \$dh{LANGUAGE},
+});
 
 my @sofiles;
 my @sodests;