From 81cf1e8931cb04313a59acf7baa94b3d9ee33063 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Thu, 4 Jun 2015 01:12:56 +0000 Subject: [PATCH] Fixed option description. '=' is required. llvm-svn: 238998 --- clang-tools-extra/docs/ModularizeUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/ModularizeUsage.rst b/clang-tools-extra/docs/ModularizeUsage.rst index 8d822bc..c1e3c87 100644 --- a/clang-tools-extra/docs/ModularizeUsage.rst +++ b/clang-tools-extra/docs/ModularizeUsage.rst @@ -49,7 +49,7 @@ arguments to match those passed in by default by the driver. Modularize Command Line Options =============================== -.. option:: -prefix +.. option:: -prefix= 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 -- 2.7.4