From: joey Date: Mon, 13 Mar 2006 00:55:43 +0000 (+0000) Subject: support --nocgi, --norebuild, and --nowrapper X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/5c734b80df3a9e4bd49b20b0a99276c883445dc0 support --nocgi, --norebuild, and --nowrapper --- 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,