aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/amazon_s3.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 14:43:47 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 14:43:47 -0400
commit49e86d2562dafdfcff4d3ba0d75f80ff0d734b95 (patch)
treefbb400b8a04f66c69ded8309092301428890f88f /IkiWiki/Plugin/amazon_s3.pm
parentabab46f983118e42e7780670812db54162c33e06 (diff)
downloadikiwiki-49e86d2562dafdfcff4d3ba0d75f80ff0d734b95.tar
ikiwiki-49e86d2562dafdfcff4d3ba0d75f80ff0d734b95.tar.gz
turn booleans into questions
Diffstat (limited to 'IkiWiki/Plugin/amazon_s3.pm')
-rw-r--r--IkiWiki/Plugin/amazon_s3.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/amazon_s3.pm b/IkiWiki/Plugin/amazon_s3.pm
index b7470ca79..9cb74fb1e 100644
--- a/IkiWiki/Plugin/amazon_s3.pm
+++ b/IkiWiki/Plugin/amazon_s3.pm
@@ -43,7 +43,7 @@ sub getopt () { #{{{
sub getsetup () { #{{{
return
amazon_s3_key_id => {
- type => "boolean",
+ type => "string",
default => "",
description => "public access key id",
safe => 1,
@@ -82,7 +82,7 @@ sub getsetup () { #{{{
amazon_s3_dupindex => {
type => "boolean",
default => 0,
- description => "store each index file twice, to allow urls ending in \"/index.html\" and \"/\"",
+ description => "store each index file twice? (to allow urls ending in \"/index.html\" and \"/\")",
safe => 1,
rebuild => 1,
},