diff options
author | Joey Hess <joey@kodama.kitenet.net> | 1997-08-14 07:48:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 1997-08-14 07:48:11 -0400 |
commit | 96ff36b872f65801332c628d23b9f851b058823d (patch) | |
tree | efdb916a09ba20990f301272eca815b2fa20d30f | |
parent | 2b53ce92fdc13526544579220848130a19850b76 (diff) |
fix --wrappergroup
Was documented to work at command line, but didn't
-rwxr-xr-x | ikiwiki.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ikiwiki.in b/ikiwiki.in index 1a6d18a60..344b88148 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -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}, |