aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-13 00:55:43 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-13 00:55:43 +0000
commit5c734b80df3a9e4bd49b20b0a99276c883445dc0 (patch)
tree9c3974460e7502cc521d01cb0fe8cbec0d561af6
parent9b22ea6664aff2f3bc8bacdd597c2700275b1e24 (diff)
downloadikiwiki-5c734b80df3a9e4bd49b20b0a99276c883445dc0.tar
ikiwiki-5c734b80df3a9e4bd49b20b0a99276c883445dc0.tar.gz
support --nocgi, --norebuild, and --nowrapper
-rwxr-xr-xikiwiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki b/ikiwiki
index b5adfa28c..fb721907e 100755
--- 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,