diff options
Diffstat (limited to 'man/bst.1')
-rw-r--r-- | man/bst.1 | 33 |
1 files changed, 21 insertions, 12 deletions
@@ -1,4 +1,4 @@ -.TH "BST" "1" "10-Jul-2017" "" "bst Manual" +.TH "BST" "1" "11-Jul-2017" "" "bst Manual" .SH NAME bst \- Build and manipulate BuildStream projects... .SH SYNOPSIS @@ -52,6 +52,15 @@ A file to store the main log (allows storing the main log while in interactive m .TP \fB\-\-colors\fP / \-\-no\-colors Force enable/disable ANSI color codes in output +.TP +\fB\-a,\fP \-\-arch TEXT +Machine architecture (default: x86_64) +.TP +\fB\-\-host\-arch\fP TEXT +Machine architecture for the sandbox (defaults to --arch) +.TP +\fB\-\-target\-arch\fP TEXT +Machine architecture for build output (defaults to --arch) .SH COMMANDS .PP \fBcheckout\fP @@ -59,11 +68,6 @@ Force enable/disable ANSI color codes in output See \fBbst-checkout(1)\fP for full documentation on the \fBcheckout\fP command. .PP -\fBshow\fP - Show elements in the pipeline - See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command. - -.PP \fBshell\fP Shell into an element's sandbox environment See \fBbst-shell(1)\fP for full documentation on the \fBshell\fP command. @@ -74,9 +78,14 @@ Force enable/disable ANSI color codes in output See \fBbst-fetch(1)\fP for full documentation on the \fBfetch\fP command. .PP -\fBsource-bundle\fP - Produce a build bundle to be manually executed - See \fBbst-source-bundle(1)\fP for full documentation on the \fBsource-bundle\fP command. +\fBshow\fP + Show elements in the pipeline + See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command. + +.PP +\fBbuild\fP + Build elements in a pipeline + See \fBbst-build(1)\fP for full documentation on the \fBbuild\fP command. .PP \fBtrack\fP @@ -84,6 +93,6 @@ Force enable/disable ANSI color codes in output See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command. .PP -\fBbuild\fP - Build elements in a pipeline - See \fBbst-build(1)\fP for full documentation on the \fBbuild\fP command. +\fBsource-bundle\fP + Produce a build bundle to be manually executed + See \fBbst-source-bundle(1)\fP for full documentation on the \fBsource-bundle\fP command. |