Documentation: use correct highlighter
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 29 Nov 2012 12:00:32 +0000 (12:00 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 29 Nov 2012 12:00:32 +0000 (12:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168871 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.rst

index 66eba743d84d596ab1d3997237647345df014195..e4663e5d4477491fbd4eb853e01da709be15f0a5 100644 (file)
@@ -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