summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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