diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 20:38:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 20:38:39 +0000 |
commit | a2e98e7ffc50626e6259713094b3b388e8460cd1 (patch) | |
tree | d356aaeb25ae1656f57a2cba9d0de58f2f67c59a /ikiwiki | |
parent | 12422e98901cef2774b15ec0e6468e88d4d0a6c6 (diff) |
fix accidentially duplicated options
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -72,8 +72,6 @@ sub getconfig () { #{{{ "diffurl=s" => \$config{diffurl}, "svnrepo" => \$config{svnrepo}, "svnpath" => \$config{svnpath}, - "rcs=s" => \$config{rcs}, - "no-rcs" => sub { $config{rcs}="" }, "adminemail=s" => \$config{adminemail}, "exclude=s@" => sub { $config{wiki_file_prune_regexp}=qr/$config{wiki_file_prune_regexp}|$_[1]/; |