aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/skeleton.pm.example
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 21:07:15 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 21:07:15 -0400
commit42ac4ec00959bd6162076af799023545b698bed9 (patch)
treee66364aa8c9716d086c801e27cc21e8a2a947a96 /IkiWiki/Plugin/skeleton.pm.example
parentc83fd4a32868d46765a88f6903dd807f18c9ae84 (diff)
downloadikiwiki-42ac4ec00959bd6162076af799023545b698bed9.tar
ikiwiki-42ac4ec00959bd6162076af799023545b698bed9.tar.gz
remove default values in getsetup
They were a bit confusing, since they did not actually set the default, and example values are sufficient.
Diffstat (limited to 'IkiWiki/Plugin/skeleton.pm.example')
-rw-r--r--IkiWiki/Plugin/skeleton.pm.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/skeleton.pm.example b/IkiWiki/Plugin/skeleton.pm.example
index 716ba63dd..49c4d88f2 100644
--- a/IkiWiki/Plugin/skeleton.pm.example
+++ b/IkiWiki/Plugin/skeleton.pm.example
@@ -43,7 +43,7 @@ sub getsetup () { #{{{
return
skeleton => {
type => "boolean",
- default => 0,
+ example => 0,
description => "example option",
safe => 0,
rebuild => 0,