diff options
-rw-r--r-- | clang/docs/ClangFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst index 2967fb9aab2..3f52b767e3a 100644 --- a/clang/docs/ClangFormat.rst +++ b/clang/docs/ClangFormat.rst @@ -192,5 +192,5 @@ In an SVN client, you can do: svn diff --diff-cmd=diff -x -U0 | clang-format-diff.py -i -The :option:`-U0` will create a diff without context lines (the script would format +The option `-U0` will create a diff without context lines (the script would format those as well). |