diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-28 20:36:26 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-28 20:36:26 +0000 |
commit | 0cea469b36c95a69c24ceaf752384d75be6dafd3 (patch) | |
tree | b210b18ee8497c5b667677b160edce5da38d39b7 | |
parent | 752db9eb2b5ed96bf117de438fb10c6c8b6dae6c (diff) |
web commit by sward: Correction to plugin path in --libdir option description
-rw-r--r-- | doc/usage.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index c83f833fc..9b3a91164 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -233,7 +233,7 @@ configuration options of their own. Makes ikiwiki look in the specified directory first, before the regular perl library directories. For example, if you set libdir to "/home/you/.ikiwiki/", - you can install plugins in "/home/you/.ikiwiki/IkiWiki/Plugins/". + you can install plugins in "/home/you/.ikiwiki/IkiWiki/Plugin/". * --discussion, --no-discussion |