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)
llvm-svn: 9262

llvm/docs/CommandGuide/opt.html

index e71c24c..b205209 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: