From 87c103d840b0e672c34510a93a51d40e21130478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Tue, 17 Jul 2018 17:06:44 +0200 Subject: _frontend/cli.py: Fix help text for `bst checkout --deps` --- buildstream/_frontend/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1