summaryrefslogtreecommitdiff
path: root/src/buildstream/_stream.py
diff options
context:
space:
mode:
authorDarius Makovsky <traveltissues@protonmail.com>2019-11-15 13:02:59 +0000
committerDarius Makovsky <traveltissues@protonmail.com>2019-11-19 09:05:32 +0000
commit64839c972753821ef4aa0d31dad00d520aaffab9 (patch)
treee38a18e28260a1f94e35385567f4b64e7b52e9a1 /src/buildstream/_stream.py
parent26670d5dd6d08e0af187f9eeb33413495fbe9fa0 (diff)
downloadbuildstream-64839c972753821ef4aa0d31dad00d520aaffab9.tar.gz
Improve help message for workspace soft-reset
Diffstat (limited to 'src/buildstream/_stream.py')
-rw-r--r--src/buildstream/_stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_stream.py b/src/buildstream/_stream.py
index 676c57426..e0a8d92bb 100644
--- a/src/buildstream/_stream.py
+++ b/src/buildstream/_stream.py
@@ -961,7 +961,7 @@ class Stream:
#
# Args:
# targets (list of str): The target elements to reset the workspace for
- # soft (bool): Only reset workspace state
+ # soft (bool): Only set the workspace state to not prepared
# track_first (bool): Whether to also track the sources first
#
def workspace_reset(self, targets, *, soft, track_first):