]> sipb.mit.edu Git - ikiwiki.git/commitdiff
support --nocgi, --norebuild, and --nowrapper
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 13 Mar 2006 00:55:43 +0000 (00:55 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 13 Mar 2006 00:55:43 +0000 (00:55 +0000)
ikiwiki

diff --git a/ikiwiki b/ikiwiki
index b5adfa28c7813aef349703cd6ed6003231147fd1..fb721907e0edb1924f1ce297722781d2b9704ff2 100755 (executable)
--- a/ikiwiki
+++ b/ikiwiki
@@ -1104,11 +1104,11 @@ if (grep /^-/, @ARGV) {
        GetOptions(
                "wikiname=s" => \$wikiname,
                "verbose|v" => \$verbose,
-               "rebuild" => \$rebuild,
-               "wrapper" => \$wrapper,
+               "rebuild!" => \$rebuild,
+               "wrapper!" => \$wrapper,
                "svn!" => \$svn,
                "anonok!" => \$anonok,
-               "cgi" => \$cgi,
+               "cgi!" => \$cgi,
                "url=s" => \$url,
                "cgiurl=s" => \$cgiurl,
                "historyurl=s" => \$historyurl,