diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-18 13:36:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-18 13:36:51 -0400 |
commit | baaa176b9b8138429f607ddf5ec9f3725e169486 (patch) | |
tree | 2de5c3bb25c96a10e2cb93929008a42d83daeee8 /IkiWiki/Plugin | |
parent | 32d4d975ae33ab90340f6bcc0e80eec3944916f3 (diff) |
simplify example
I've seen user(http://*) confuse someone who didn't know pagespecs to think
that just http://* would moderate all comments to every page, or something
like that.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/moderatedcomments.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/moderatedcomments.pm b/IkiWiki/Plugin/moderatedcomments.pm index b0a328a06..ff2c2b160 100644 --- a/IkiWiki/Plugin/moderatedcomments.pm +++ b/IkiWiki/Plugin/moderatedcomments.pm @@ -19,7 +19,7 @@ sub getsetup () { }, moderate_pagespec => { type => 'pagespec', - example => 'user(http://*)', + example => '*', description => 'PageSpec matching users or comment locations to moderate', link => 'ikiwiki/PageSpec', safe => 1, |