diff options
| -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 |

