ProgrammersManual: the flag is called -debug-only
authorHans Wennborg <hans@hanshq.net>
Sat, 23 Aug 2014 04:34:58 +0000 (04:34 +0000)
committerHans Wennborg <hans@hanshq.net>
Sat, 23 Aug 2014 04:34:58 +0000 (04:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216316 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.rst

index 46ec15f93a3236a65079e88254eb4f21704bee71..447cadcacfcc8eb3123157e7fa45d69fd6d0b8c3 100644 (file)
@@ -422,7 +422,7 @@ to specify the debug type for the entire module (if you do this before you
 because there is no system in place to ensure that names do not conflict.  If
 two different modules use the same string, they will all be turned on when the
 name is specified.  This allows, for example, all debug information for
-instruction scheduling to be enabled with ``-debug-type=InstrSched``, even if
+instruction scheduling to be enabled with ``-debug-only=InstrSched``, even if
 the source lives in multiple files.
 
 The ``DEBUG_WITH_TYPE`` macro is also available for situations where you would