Tweak -plugin description to match bugpoint.html

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-10-19 18:08:57 +00:00
parent 51b2ab8ea2
commit f101788e40

View File

@ -90,7 +90,7 @@ writes its output to the standard output.
<li> -load &lt;plugin.so&gt;
<br>
Load the dynamic object plugin.so. This object should register new
Load the dynamic object &lt;plugin.so&gt;. This object should register new
optimization passes. Once loaded, the object will add new command line
options to enable various optimizations. To see the new complete list
of optimizations, use the -help and -load options together: