diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-24 21:38:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-24 21:38:22 -0400 |
commit | ca9c17db57a408e6cc118cf33fcec886a72388fb (patch) | |
tree | dea0ca801224de79e13fac87e89f9896f97dff2c | |
parent | e05c9653ef823d1af3c79a89a6231c86be7f8960 (diff) |
reword templatedir description
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 0ac49ade9..63a7f5e2a 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -152,7 +152,7 @@ sub getsetup () { templatedir => { type => "string", default => "$installdir/share/ikiwiki/templates", - description => "location of template files", + description => "additional directory to search for template files", advanced => 1, safe => 0, # path rebuild => 1, |