Fix markup for -debug-only option
authorAlexey Samsonov <vonosmas@gmail.com>
Thu, 5 Jun 2014 23:12:43 +0000 (23:12 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Thu, 5 Jun 2014 23:12:43 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210300 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.rst

index 8d9668e4eec7d3da9eca784435b75602dc77df25..9838ba2eccd0299186dae2add146f573b61b25ef 100644 (file)
@@ -387,7 +387,8 @@ Fine grained debug info with ``DEBUG_TYPE`` and the ``-debug-only`` option
 Sometimes you may find yourself in a situation where enabling ``-debug`` just
 turns on **too much** information (such as when working on the code generator).
 If you want to enable debug information with more fine-grained control, you
-define the ``DEBUG_TYPE`` macro and the ``-debug`` only option as follows:
+can define the ``DEBUG_TYPE`` macro and use the ``-debug-only`` option as
+follows:
 
 .. code-block:: c++