summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@daitauha.fr>2017-10-30 11:09:40 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-31 19:05:46 +0900
commitd8f63606c7b7b17be8da7732a88d10039e483eff (patch)
tree5792cb34a4cd1b209db55d9b4b920abdf4b25948
parente8309af42d6e9ce554961503638b4925c1a8a53d (diff)
downloadbuildstream-d8f63606c7b7b17be8da7732a88d10039e483eff.tar.gz
doc: Explain how to configure project options
-rw-r--r--doc/source/projectconf.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/projectconf.rst b/doc/source/projectconf.rst
index c4997d163..cb0a2911b 100644
--- a/doc/source/projectconf.rst
+++ b/doc/source/projectconf.rst
@@ -145,6 +145,11 @@ dictionary.
description: Whether to enable debugging
default: False
+Users can configure those options when invoking BuildStream with the
+``--option`` argument::
+
+ $ bst --option debug True ...
+
Common Properties
~~~~~~~~~~~~~~~~~