diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 00:55:43 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 00:55:43 +0000 |
commit | 5c734b80df3a9e4bd49b20b0a99276c883445dc0 (patch) | |
tree | 9c3974460e7502cc521d01cb0fe8cbec0d561af6 | |
parent | 9b22ea6664aff2f3bc8bacdd597c2700275b1e24 (diff) | |
download | ikiwiki-5c734b80df3a9e4bd49b20b0a99276c883445dc0.tar ikiwiki-5c734b80df3a9e4bd49b20b0a99276c883445dc0.tar.gz |
support --nocgi, --norebuild, and --nowrapper
-rwxr-xr-x | ikiwiki | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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, |