Clarified the extension to shared library objects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10978 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html
index b205209..91650d6 100644
--- a/docs/CommandGuide/opt.html
+++ b/docs/CommandGuide/opt.html
@@ -88,14 +88,14 @@
Quiet mode. Do not print messages on whether the program was modified.
<p>
- <li> -load <plugin.so>
+ <li> -load <plugin>
<br>
- Load the dynamic object <plugin.so>. This object should register new
+ Load the dynamic object <plugin>. 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:
<p>
- <tt>opt -load <plugin.so> -help</tt>
+ <tt>opt -load <plugin> -help</tt>
<p>
<li> -p