clarified "blockload" parameters

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401443
This commit is contained in:
David Anderson 2007-09-18 17:45:36 +00:00
parent 167c1d0a31
commit 64f22826b8

View File

@ -10,6 +10,7 @@
* "global" - Plugin will never be unloaded or updated * "global" - Plugin will never be unloaded or updated
* "blockload" - Plugin will always be blocked from loading. Implicit (automatic) loads * "blockload" - Plugin will always be blocked from loading. Implicit (automatic) loads
* produce no error, but explicit (manual) loads will show an error message. * produce no error, but explicit (manual) loads will show an error message.
* (Options are one of "yes" or "no")
* *
* You can also have an "Options" section declaring options to pass onto the JIT: * You can also have an "Options" section declaring options to pass onto the JIT:
* "debug" - Whether or not to load the plugin in debug mode * "debug" - Whether or not to load the plugin in debug mode