summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@daitauha.fr>2017-10-30 11:09:40 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2017-10-31 08:43:59 +0000
commit387d46d0af9db06d78db979935f7622f0371c1e3 (patch)
tree5e50629b79d45e88546b0fb6a59e645b6eccd775
parent8c4d8ca2b7c886690fb933428c6768c745667db7 (diff)
downloadbuildstream-options.tar.gz
doc: Explain how to configure project optionsoptions
-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
~~~~~~~~~~~~~~~~~