summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2019-01-07 11:15:41 +0000
committerJürg Billeter <j@bitron.ch>2019-01-08 10:24:32 +0000
commit6c1d06d688ddf745a89b45dd917ba207dacae9d5 (patch)
treec89f338f07950e96df803dbbde35dd4ec902e244
parent01171988e0c4d089b896a493d1b90d457fe7b80b (diff)
downloadbuildstream-phil/remove-source-bundle-reference.tar.gz
element.py: remove reference to source bundle commandphil/remove-source-bundle-reference
This command has been replacved by the bst source checkout command
-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