diff options
Diffstat (limited to 'clang-tools-extra/docs/clang-rename.rst')
-rw-r--r-- | clang-tools-extra/docs/clang-rename.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/clang-rename.rst b/clang-tools-extra/docs/clang-rename.rst index 2796141f854..ef6ed9cc081 100644 --- a/clang-tools-extra/docs/clang-rename.rst +++ b/clang-tools-extra/docs/clang-rename.rst @@ -123,7 +123,9 @@ That way you can avoid spelling out all the names as command line arguments: -export-fixes=<filename> - YAML file to store suggested fixes in. -extra-arg=<string> - Additional argument to append to the compiler command line + Can be used several times. -extra-arg-before=<string> - Additional argument to prepend to the compiler command line + Can be used several times. -force - Ignore nonexistent qualified names. -i - Overwrite edited <file>s. -input=<string> - YAML file to load oldname-newname pairs from. |