From: Joey Hess Date: Tue, 21 Jul 2009 07:56:34 +0000 (+0200) Subject: fix example X-Git-Tag: 3.15~138 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4b1534d5bc969e05488a1f85f42208cbdf3da32e;p=ikiwiki.git fix example --- diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 5d2d42d3b..124164da7 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -103,7 +103,7 @@ sub getsetup () { }, po_translatable_pages => { type => "pagespec", - example => "!*/Discussion", + example => "* and !*/Discussion", description => "PageSpec controlling which pages are translatable", link => "ikiwiki/PageSpec", safe => 1,