diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-04-27 00:11:59 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-05-07 11:21:32 +0000 |
commit | 2e252e9d687a9590fec913efa9b2993980b59339 (patch) | |
tree | 51388e47708e55aebccf93ef849c958b1c7cd1fa /contrib | |
parent | 53bff7d6610cbb64c75155817cb64d3392513c87 (diff) | |
download | buildstream-2e252e9d687a9590fec913efa9b2993980b59339.tar.gz |
bst-here: Fix typo in help text
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/bst-here | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bst-here b/contrib/bst-here index c3fc3ee5d..26ee8170f 100755 --- a/contrib/bst-here +++ b/contrib/bst-here @@ -27,7 +27,7 @@ usage() { USAGE: $(basename "$0") [-t] [-T] [-p] [-h] [COMMAND] [ARG..] -Run a bst command in a new BuildStream contaner. +Run a bst command in a new BuildStream container. If no command is specified, an interactive shell is launched using "/bin/bash -i". |