fix --wrappergroup

Was documented to work at command line, but didn't
master
Joey Hess 1997-08-14 07:48:11 -04:00
parent 2b53ce92fd
commit 96ff36b872
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ sub getconfig () { #{{{
"post-commit" => \$config{post_commit},
"render=s" => \$config{render},
"wrappers!" => \$config{genwrappers},
"wrappergroup=s" => \$config{wrappergroup},
"usedirs!" => \$config{usedirs},
"prefix-directives!" => \$config{prefix_directives},
"getctime" => \$config{getctime},