diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-06-12 15:45:07 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-06-12 15:45:07 +0000 |
commit | 0d887a09421e40faadb67f1cfdfd81e5ba7bbed2 (patch) | |
tree | 58b5d38b91d7255384d376f1ca16f6954656b37b /docs/CommandGuide/bugpoint.rst | |
parent | c038a7833565ecf92a699371d448135a097c9e2f (diff) |
Use correct syntax highliter in code blocks. Noticed by Sean Silva.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/bugpoint.rst')
-rw-r--r-- | docs/CommandGuide/bugpoint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.rst b/docs/CommandGuide/bugpoint.rst index 2c66d10496..c1b3b6eca6 100644 --- a/docs/CommandGuide/bugpoint.rst +++ b/docs/CommandGuide/bugpoint.rst @@ -211,7 +211,7 @@ OPTIONS testcase and pass the name of an executable compile-command script in this form: - .. code-block:: perl + .. code-block:: sh #!/bin/sh llc "$@" |