support --nocgi, --norebuild, and --nowrapper

master
joey 2006-03-13 00:55:43 +00:00
parent 9b22ea6664
commit 5c734b80df
1 changed files with 3 additions and 3 deletions

View File

@ -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,