aboutsummaryrefslogtreecommitdiff
path: root/docs/JSONCompilationDatabase.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/JSONCompilationDatabase.rst')
-rw-r--r--docs/JSONCompilationDatabase.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/JSONCompilationDatabase.rst b/docs/JSONCompilationDatabase.rst
index bb008845ed..926dcba6a4 100644
--- a/docs/JSONCompilationDatabase.rst
+++ b/docs/JSONCompilationDatabase.rst
@@ -57,7 +57,7 @@ Example:
[
{ "directory": "/home/user/llvm/build",
- "command": "/usr/bin/clang++ -Irelative -DSOMEDEF='\"With spaces and quotes.\"' -c -o file.o file.cc",
+ "command": "/usr/bin/clang++ -Irelative -DSOMEDEF=\"With spaces, quotes and \\-es.\" -c -o file.o file.cc",
"file": "file.cc" },
...
]