diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-06 21:42:41 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-06 21:42:41 +0900 |
commit | ec5ee795f6b730e1013edb2faff60e07041a9cd3 (patch) | |
tree | dac2339e6b74dea3b9107d1a306c898a835d45ec /man/bst-shell.1 | |
parent | 1f63d214270cd46bcdba4b42dcbd7cc2fc2ea00c (diff) | |
download | buildstream-ec5ee795f6b730e1013edb2faff60e07041a9cd3.tar.gz |
man: Updated man pages for the release1.1.1
Diffstat (limited to 'man/bst-shell.1')
-rw-r--r-- | man/bst-shell.1 | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/man/bst-shell.1 b/man/bst-shell.1 index 236b571ee..09c8f108c 100644 --- a/man/bst-shell.1 +++ b/man/bst-shell.1 @@ -1,4 +1,4 @@ -.TH "BST SHELL" "1" "19-Feb-2018" "" "bst shell Manual" +.TH "BST SHELL" "1" "06-Mar-2018" "" "bst shell Manual" .SH NAME bst\-shell \- Shell into an element's sandbox environment .SH SYNOPSIS @@ -7,9 +7,9 @@ bst\-shell \- Shell into an element's sandbox environment .SH DESCRIPTION Run a command in the target element's sandbox environment -This will first stage a temporary sysroot for running -the target element, assuming it has already been built -and all required artifacts are in the local cache. +This will stage a temporary sysroot for running the target +element, assuming it has already been built and all required +artifacts are in the local cache. Use the --build option to create a temporary sysroot for building the element instead. @@ -19,11 +19,17 @@ directory or with a checkout of the given target, in order 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. .SH OPTIONS .TP \fB\-b,\fP \-\-build -Create a build sandbox +Stage dependencies and sources to build .TP \fB\-s,\fP \-\-sysroot DIRECTORY -An existing sysroot
\ No newline at end of file +An existing sysroot +.TP +\fB\-\-mount\fP HOSTPATH PATH +Mount a file or directory into the sandbox +.TP +\fB\-\-isolate\fP +Create an isolated build sandbox
\ No newline at end of file |