summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-02-28 18:32:01 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-02 16:11:54 +0900
commit60e59a0454c1ae81cbeab1e510121e0f47f0d242 (patch)
tree5f79a8a9216ead15af547be6f579c534a622c47c
parente0eb51b15e92079db3b20d64ff0e4f4b8205ccfb (diff)
downloadbuildstream-60e59a0454c1ae81cbeab1e510121e0f47f0d242.tar.gz
_frontend/cli.py: Adjust help output for `bst shell`
Dont specify how we fallback to launching a shell with `sh -i`, since this is now configurable in project.conf.
-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 8d16076b8..16c51178c 100644
--- a/buildstream/_frontend/cli.py
+++ b/buildstream/_frontend/cli.py
@@ -483,7 +483,7 @@ def shell(app, element, sysroot, isolate, build, command):
to use a specific sysroot.
If no COMMAND is specified, the default is to attempt
- to run an interactive shell with `sh -i`.
+ to run an interactive shell.
"""
from ..element import Scope
if build: