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/opt.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/opt.rst')
-rw-r--r-- | docs/CommandGuide/opt.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/opt.rst b/docs/CommandGuide/opt.rst index 31e5716807..72f19034c9 100644 --- a/docs/CommandGuide/opt.rst +++ b/docs/CommandGuide/opt.rst @@ -86,7 +86,7 @@ OPTIONS of options available, use the following command: - .. code-block:: perl + .. code-block:: sh llvm-as < /dev/null | opt -std-compile-opts -disable-output -debug-pass=Arguments @@ -161,7 +161,7 @@ OPTIONS optimizations, use the **-help** and **-load** options together. For example: - .. code-block:: perl + .. code-block:: sh opt -load=plugin.so -help |