summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-07-17 17:06:44 +0200
committerJürg Billeter <j@bitron.ch>2018-07-17 17:07:56 +0200
commit87c103d840b0e672c34510a93a51d40e21130478 (patch)
tree4f70a013ab5014c5326ef2de0b0ed6e90662812d
parente4f8fb07446aab6e54f6fae7a7672fe4d912c403 (diff)
downloadbuildstream-87c103d840b0e672c34510a93a51d40e21130478.tar.gz
_frontend/cli.py: Fix help text for `bst checkout --deps`
-rw-r--r--buildstream/_frontend/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_frontend/cli.py b/buildstream/_frontend/cli.py
index 1221bb7dd..1639cb910 100644
--- a/buildstream/_frontend/cli.py
+++ b/buildstream/_frontend/cli.py
@@ -629,7 +629,7 @@ def shell(app, element, sysroot, mount, isolate, build_, command):
help="Overwrite files existing in checkout directory")
@click.option('--deps', '-d', default='run',
type=click.Choice(['run', 'none']),
- help='The dependencies to checkout (default: all')
+ help='The dependencies to checkout (default: run)')
@click.option('--integrate/--no-integrate', default=True, is_flag=True,
help="Whether to run integration commands")
@click.option('--hardlinks', default=False, is_flag=True,