diff options
Diffstat (limited to 'doc/source/projectconf.rst')
-rw-r--r-- | doc/source/projectconf.rst | 5 |
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 ~~~~~~~~~~~~~~~~~ |