summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-11-29 12:00:32 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-11-29 12:00:32 +0000
commit6bb2b5d76e593476245f004d1996a7330465dd38 (patch)
tree8197bde89025e278ef301cc8a90a86b654f5f534 /docs/CommandGuide
parentaa4f97d6ed9c2b6db6a902d796d86d566c804008 (diff)
downloadllvm-6bb2b5d76e593476245f004d1996a7330465dd38.tar.gz
llvm-6bb2b5d76e593476245f004d1996a7330465dd38.tar.bz2
llvm-6bb2b5d76e593476245f004d1996a7330465dd38.tar.xz
Documentation: use correct highlighter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/bugpoint.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CommandGuide/bugpoint.rst b/docs/CommandGuide/bugpoint.rst
index 66eba743d8..e4663e5d44 100644
--- a/docs/CommandGuide/bugpoint.rst
+++ b/docs/CommandGuide/bugpoint.rst
@@ -37,7 +37,7 @@ OPTIONS
Pass all arguments specified after **--args** to the test program whenever it runs.
Note that if any of the *program args* start with a "``-``", you should use:
- .. code-block:: perl
+ .. code-block:: bash
bugpoint [bugpoint args] --args -- [program args]
@@ -51,7 +51,7 @@ OPTIONS
(**llc**, **lli**, etc.) whenever it runs. You should use this option in the
following way:
- .. code-block:: perl
+ .. code-block:: bash
bugpoint [bugpoint args] --tool-args -- [tool args]
@@ -108,7 +108,7 @@ OPTIONS
optimizations, use the **-help** and **--load** options together; for example:
- .. code-block:: perl
+ .. code-block:: bash
bugpoint --load myNewPass.so -help