[clang-tools-extra] r228689 - The -I option needs a space, apparently, from the actual implementation.

John Thompson John.Thompson.JTSoftware at gmail.com
Tue Feb 10 05:51:17 PST 2015


Author: jtsoftware
Date: Tue Feb 10 07:51:17 2015
New Revision: 228689

URL: http://llvm.org/viewvc/llvm-project?rev=228689&view=rev
Log:
The -I option needs a space, apparently, from the actual implementation.

Modified:
    clang-tools-extra/trunk/docs/module-map-checker.rst

Modified: clang-tools-extra/trunk/docs/module-map-checker.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/module-map-checker.rst?rev=228689&r1=228688&r2=228689&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/module-map-checker.rst (original)
+++ clang-tools-extra/trunk/docs/module-map-checker.rst Tue Feb 10 07:51:17 2015
@@ -70,7 +70,7 @@ front-end arguments, which must follow t
 Module-Map-Checker Command Line Options
 =======================================
 
-.. option:: -I(include path)
+.. option:: -I (include path)
 
   Look at headers only in this directory tree.
   Must be a path relative to the module.map file.





More information about the cfe-commits mailing list