summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/JSONCompilationDatabase.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/JSONCompilationDatabase.rst b/docs/JSONCompilationDatabase.rst
index 926dcba6a4..2b219e536b 100644
--- a/docs/JSONCompilationDatabase.rst
+++ b/docs/JSONCompilationDatabase.rst
@@ -78,6 +78,8 @@ The contracts for each field in the command object are:
Parameters use shell quoting and shell escaping of quotes, with '``"``'
and '``\``' being the only special characters. Shell expansion is not
supported.
+- **arguments:** The compile command executed as list of strings.
+ Either **arguments** or **command** is required.
Build System Integration
========================