-s == --setup

master
joey 2006-03-23 04:05:26 +00:00
parent 8978c1d959
commit c0b1bfd0cd
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ our %config=( #{{{
); #}}}
GetOptions( #{{{
"setup=s" => \$config{setup},
"setup|s=s" => \$config{setup},
"wikiname=s" => \$config{wikiname},
"verbose|v!" => \$config{verbose},
"rebuild!" => \$config{rebuild},