diff --git a/docs/CommandGuide/analyze.html b/docs/CommandGuide/analyze.html index e80f7f415e8..4a6bcc60bbe 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.

-

  • -load <plugin.so> +
  • -load <plugin>
    - Load the specified dynamic object with name plugin.so. This file + Load the specified dynamic object with name plugin. This file should contain additional analysis passes that register themselves with the analyze program after being loaded.

    After being loaded, additional command line options are made available - for running the passes made available by plugin.so. Use - 'analyze -load <plugin.so> -help' to see the new + for running the passes made available by plugin. Use + 'analyze -load <plugin> -help' to see the new list of available analysis passes.

    diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index b311120a808..729e822ab2f 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -158,8 +158,8 @@ non-obvious ways. Here are some hints and tips:

    OPTIONS