summaryrefslogtreecommitdiff
path: root/man/bst.1
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-11 21:02:25 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-11 21:02:25 +0900
commitfc7eb1d5cbaa448a6c6df9da78fe582a665235fd (patch)
treef824837185a1e8a261d204adb367f65581db19c3 /man/bst.1
parentf8492135b51526920cf73ecd7f1c8b93aaa9d7f7 (diff)
downloadbuildstream-fc7eb1d5cbaa448a6c6df9da78fe582a665235fd.tar.gz
Update man pages for new placement of arch parameters
Diffstat (limited to 'man/bst.1')
-rw-r--r--man/bst.133
1 files changed, 21 insertions, 12 deletions
diff --git a/man/bst.1 b/man/bst.1
index e130747df..34b77f049 100644
--- a/man/bst.1
+++ b/man/bst.1
@@ -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.