summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-01-08 10:54:02 +0000
committerJürg Billeter <j@bitron.ch>2019-01-08 10:54:02 +0000
commit914ecb72a28844a9edb6cbfb328276e0225d430d (patch)
treec89f338f07950e96df803dbbde35dd4ec902e244
parent01171988e0c4d089b896a493d1b90d457fe7b80b (diff)
parent6c1d06d688ddf745a89b45dd917ba207dacae9d5 (diff)
downloadbuildstream-914ecb72a28844a9edb6cbfb328276e0225d430d.tar.gz
Merge branch 'phil/remove-source-bundle-reference' into 'master'
element.py: remove documentation reference to source bundle command See merge request BuildStream/buildstream!1041
-rw-r--r--buildstream/element.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index e6c898635..3bfe62275 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -65,7 +65,7 @@ Miscellaneous abstract methods also exist:
* :func:`Element.generate_script() <buildstream.element.Element.generate_script>`
- For the purpose of ``bst source bundle``, an Element may optionally implement this.
+ For the purpose of ``bst source checkout --include-build-scripts``, an Element may optionally implement this.
Class Reference