Tweak -plugin description to match bugpoint.html
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 19 Oct 2003 18:08:57 +0000 (18:08 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 19 Oct 2003 18:08:57 +0000 (18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9262 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/opt.html

index e71c24c5998de3dda5c296e42a81fdfc70c5343b..b205209794ad1c585b7dfde7135d63db72ef6091 100644 (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: