diff options
| author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2015-06-04 01:12:56 +0000 |
|---|---|---|
| committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2015-06-04 01:12:56 +0000 |
| commit | 81cf1e8931cb04313a59acf7baa94b3d9ee33063 (patch) | |
| tree | 4771304c89a6648fbb36069875be933ae570bebb /clang-tools-extra/docs | |
| parent | cf777e9f0594f3ba1d0f70c3245f7bdd0afae2dc (diff) | |
| download | bcm5719-llvm-81cf1e8931cb04313a59acf7baa94b3d9ee33063.tar.gz bcm5719-llvm-81cf1e8931cb04313a59acf7baa94b3d9ee33063.zip | |
Fixed option description. '=' is required.
llvm-svn: 238998
Diffstat (limited to 'clang-tools-extra/docs')
| -rw-r--r-- | clang-tools-extra/docs/ModularizeUsage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ModularizeUsage.rst b/clang-tools-extra/docs/ModularizeUsage.rst index 8d822bc845f..c1e3c87fac9 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 <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 |

