diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 00:05:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 00:05:49 -0400 |
commit | 11a9853d4b73aec4eaabc7c7714c38219cee3468 (patch) | |
tree | 7196bd81c250f7a78cc735a40e171c5b326f57b3 | |
parent | d8b49840ddfe689c8bbb1c67c5f3647aedf6bc80 (diff) |
reword
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index a2b4d8d80..51e683bb4 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -288,7 +288,7 @@ sub getsetup () { #{{{ banned_users => { type => "string", default => [], - description => "users who cannot use the wiki", + description => "users who are banned from the wiki", safe => 1, rebuild => 0, }, |