summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/aggregate.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/aggregate.pm
parentabab46f983118e42e7780670812db54162c33e06 (diff)
turn booleans into questions
Diffstat (limited to 'IkiWiki/Plugin/aggregate.pm')
-rw-r--r--IkiWiki/Plugin/aggregate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm
index be62d8a1a..0886fd753 100644
--- a/IkiWiki/Plugin/aggregate.pm
+++ b/IkiWiki/Plugin/aggregate.pm
@@ -43,14 +43,14 @@ sub getsetup () { #{{{
aggregateinternal => {
type => "boolean",
default => 0,
- description => "enable aggregation to internal pages",
+ description => "enable aggregation to internal pages?",
safe => 0, # enabling needs manual transition
rebuild => 0,
},
aggregate_webtrigger => {
type => "boolean",
default => 0,
- description => "allow aggregation to be triggered via the web",
+ description => "allow aggregation to be triggered via the web?",
safe => 1,
rebuild => 0,
},