diff options
Diffstat (limited to 'IkiWiki/Plugin/amazon_s3.pm')
-rw-r--r-- | IkiWiki/Plugin/amazon_s3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/amazon_s3.pm b/IkiWiki/Plugin/amazon_s3.pm index d9279b680..e181a84da 100644 --- a/IkiWiki/Plugin/amazon_s3.pm +++ b/IkiWiki/Plugin/amazon_s3.pm @@ -79,7 +79,7 @@ sub getsetup () { #{{{ }, amazon_s3_dupindex => { type => "boolean", - default => 0, + example => 0, description => "store each index file twice? (allows urls ending in \"/index.html\" and \"/\")", safe => 1, rebuild => 1, |