diff options
Diffstat (limited to 'docs/CommandGuide/analyze.html')
-rw-r--r-- | docs/CommandGuide/analyze.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/CommandGuide/analyze.html b/docs/CommandGuide/analyze.html index e80f7f415e..4a6bcc60bb 100644 --- a/docs/CommandGuide/analyze.html +++ b/docs/CommandGuide/analyze.html @@ -51,16 +51,16 @@ language. Quiet mode. With this option, analysis pass names are not printed. <p> - <li> -load <plugin.so> + <li> -load <plugin> <br> - Load the specified dynamic object with name plugin.so. This file + Load the specified dynamic object with name <tt>plugin</tt>. This file should contain additional analysis passes that register themselves with the <tt>analyze</tt> program after being loaded. <p> After being loaded, additional command line options are made available - for running the passes made available by plugin.so. Use - '<tt><tt>analyze</tt> -load <plugin.so> -help</tt>' to see the new + for running the passes made available by <tt>plugin</tt>. Use + '<tt><tt>analyze</tt> -load <plugin> -help</tt>' to see the new list of available analysis passes. <p> </ul> |