[clang-tools-extra] r238998 - Fixed option description. '=' is required.

John Thompson John.Thompson.JTSoftware at gmail.com
Wed Jun 3 18:12:56 PDT 2015


Author: jtsoftware
Date: Wed Jun  3 20:12:56 2015
New Revision: 238998

URL: http://llvm.org/viewvc/llvm-project?rev=238998&view=rev
Log:
Fixed option description. '=' is required.

Modified:
    clang-tools-extra/trunk/docs/ModularizeUsage.rst

Modified: clang-tools-extra/trunk/docs/ModularizeUsage.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ModularizeUsage.rst?rev=238998&r1=238997&r2=238998&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ModularizeUsage.rst (original)
+++ clang-tools-extra/trunk/docs/ModularizeUsage.rst Wed Jun  3 20:12:56 2015
@@ -49,7 +49,7 @@ arguments to match those passed in by de
 Modularize Command Line Options
 ===============================
 
-.. option:: -prefix <header-path>
+.. option:: -prefix=<header-path>
 
   Prepend the given path to non-absolute file paths in the header list file.
   By default, headers are assumed to be relative to the header list file





More information about the cfe-commits mailing list